Navigation Menu

Skip to content

Commit

Permalink
doc: add missing "is"
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 5, 2014
1 parent 5cb3c7a commit 5a3c58c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/locale/ja/LC_MESSAGES/tutorial.po
Expand Up @@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: 1.2.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-01-23 17:04+0900\n"
"PO-Revision-Date: 2014-06-03 21:31+0900\n"
"PO-Revision-Date: 2014-06-05 13:15+0900\n"
"Last-Translator: Kouhei Sutou <kou@clear-code.com>\n"
"Language-Team: Japanese\n"
"Language: ja\n"
Expand Down Expand Up @@ -1881,7 +1881,7 @@ msgstr ""

msgid ""
"The `--protocol` option and its argument specify the protocol of the server. "
"\"http\" specifies to use HTTP. If the `-p` option not specified, Groonga "
"\"http\" specifies to use HTTP. If the `-p` option is not specified, Groonga "
"uses the default port number 10041."
msgstr ""
"`--protocol` オプションとその引数により、サーバのプロトコルを指定することがで"
Expand Down
2 changes: 1 addition & 1 deletion doc/source/tutorial/network.rst
Expand Up @@ -105,7 +105,7 @@ Form::

groonga [-p PORT_NUMBER] -d --protocol http DB_PATH

The `--protocol` option and its argument specify the protocol of the server. "http" specifies to use HTTP. If the `-p` option not specified, Groonga uses the default port number 10041.
The `--protocol` option and its argument specify the protocol of the server. "http" specifies to use HTTP. If the `-p` option is not specified, Groonga uses the default port number 10041.

The following command runs an HTTP server that listens on the port number 80.

Expand Down

0 comments on commit 5a3c58c

Please sign in to comment.