Navigation Menu

Skip to content

Commit

Permalink
doc: fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 13, 2015
1 parent e9f06f8 commit 9c084f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions doc/po/ja.po
Expand Up @@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rroonga 2.1.0\n"
"PO-Revision-Date: 2014-06-04 12:29+0900\n"
"PO-Revision-Date: 2015-04-13 16:35+0900\n"
"Last-Translator: Kouhei Sutou <kou@clear-code.com>\n"
"Language-Team: Japanese\n"
"Language: \n"
Expand Down Expand Up @@ -697,7 +697,7 @@ msgid ""
" procedure = Groonga[\"TokenBigram\"]\n"
" p procedure.type == Groonga::ProcedureType::TOKENIZER #=> true\n"
" </pre>\n"
"* Avoided a crash when {Groonga::Record#inspct} is called on exit.\n"
"* Avoided a crash when {Groonga::Record#inspect} is called on exit.\n"
" [GitHub#18] [Reported by Ippei Obayashi]\n"
"* Updated Free Software Foundation address. [Masafumi Yokoyama]\n"
"* Supported reference weight vector. It requires Groonga 4.0.4 or later.\n"
Expand All @@ -711,7 +711,7 @@ msgstr ""
" procedure = Groonga[\"TokenBigram\"]\n"
" p procedure.type == Groonga::ProcedureType::TOKENIZER #=> true\n"
" </pre>\n"
"* {Groonga::Record#inspct}するときに必要なオブジェクトが解放済みでもクラッシュしないようになった。\n"
"* {Groonga::Record#inspect}するときに必要なオブジェクトが解放済みでもクラッシュしないようになった。\n"
" [GitHub#18] [Ippei Obayashiさんが報告]\n"
"* Free Software Foundationの住所を更新。[Masafumi Yokoyama]\n"
"* 重み付き参照ベクターカラムをサポート。(Groonga 4.0.4以降が必要)\n"
Expand Down
2 changes: 1 addition & 1 deletion doc/text/news.textile
Expand Up @@ -123,7 +123,7 @@ h3. Improvements
procedure = Groonga["TokenBigram"]
p procedure.type == Groonga::ProcedureType::TOKENIZER #=> true
</pre>
* Avoided a crash when {Groonga::Record#inspct} is called on exit.
* Avoided a crash when {Groonga::Record#inspect} is called on exit.
[GitHub#18] [Reported by Ippei Obayashi]
* Updated Free Software Foundation address. [Masafumi Yokoyama]
* Supported reference weight vector. It requires Groonga 4.0.4 or later.
Expand Down

0 comments on commit 9c084f5

Please sign in to comment.