Navigation Menu

Skip to content

Commit

Permalink
Fix mismatched parameter name
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Jun 25, 2014
1 parent f74be2c commit 08a1f66
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/dump-restore/index.po
Expand Up @@ -70,7 +70,7 @@ msgstr ""
"* `catalog.json`の`schema`セクションが情報を含んでいないこと・\n"
" スキーマを定義していた場合は、以下のようにして`schema`セクションを空にしておいて下さい:"

msgid " \"datasets\": {},"
msgid " \"schema\": {},"
msgstr ""

msgid "## Backup data in a Droonga cluster"
Expand Down
2 changes: 1 addition & 1 deletion ja/tutorial/1.0.4/dump-restore/index.md
Expand Up @@ -39,7 +39,7 @@ layout: ja
* `catalog.json``schema`セクションが情報を含んでいないこと・
スキーマを定義していた場合は、以下のようにして`schema`セクションを空にしておいて下さい:

"datasets": {},
"schema": {},


## Droongaクラスタのデータをバックアップする
Expand Down
2 changes: 1 addition & 1 deletion tutorial/1.0.4/dump-restore/index.md
Expand Up @@ -30,7 +30,7 @@ Learning steps to backup and restore data by your hand.
* Your `catalog.json` must not have any information in its `schema` section.
Otherwise, you must make the `schema` section empty, like:

"datasets": {},
"schema": {},


## Backup data in a Droonga cluster
Expand Down

0 comments on commit 08a1f66

Please sign in to comment.