Navigation Menu

Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Jun 25, 2014
1 parent 63af5d4 commit 9862697
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _po/ja/tutorial/1.0.4/add-replica/index.po
Expand Up @@ -174,7 +174,7 @@ msgid ""
" (on 192.168.0.12)\n"
" # cd ~/droonga\n"
" # host=192.168.0.12\n"
" # DROONGA_BASE_DIR=/vagra\n"
" # DROONGA_BASE_DIR=$PWD\n"
" # droonga-engine --host=$host \\\n"
" --log-file=$DROONGA_BASE_DIR/droonga-engine.log \\\n"
" --daemon \\\n"
Expand Down
2 changes: 1 addition & 1 deletion ja/tutorial/1.0.4/add-replica/index.md
Expand Up @@ -87,7 +87,7 @@ Droongaのノードの集合には、「replica」と「slice」という2つの
(on 192.168.0.12)
# cd ~/droonga
# host=192.168.0.12
# DROONGA_BASE_DIR=/vagra
# DROONGA_BASE_DIR=$PWD
# droonga-engine --host=$host \
--log-file=$DROONGA_BASE_DIR/droonga-engine.log \
--daemon \
Expand Down
2 changes: 1 addition & 1 deletion tutorial/1.0.4/add-replica/index.md
Expand Up @@ -79,7 +79,7 @@ Let's start the server.
(on 192.168.0.12)
# cd ~/droonga
# host=192.168.0.12
# DROONGA_BASE_DIR=/vagra
# DROONGA_BASE_DIR=$PWD
# droonga-engine --host=$host \
--log-file=$DROONGA_BASE_DIR/droonga-engine.log \
--daemon \
Expand Down

0 comments on commit 9862697

Please sign in to comment.