[Groonga-commit] groonga/groonga at f550540 [master] doc: fix a typo

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Dec 2 12:41:28 JST 2013


Kouhei Sutou	2013-12-02 12:41:28 +0900 (Mon, 02 Dec 2013)

  New Revision: f55054054ead4e75a5c8a64db2e18fb3e9e4da7b
  https://github.com/groonga/groonga/commit/f55054054ead4e75a5c8a64db2e18fb3e9e4da7b

  Message:
    doc: fix a typo
    
    becuase ->
    because
      ^^
    
    [groonga-dev,01930]
    
    Patch by Hideki Yamane. Thanks!!!

  Modified files:
    doc/locale/ja/LC_MESSAGES/reference.po
    doc/source/reference/grn_expr/script_syntax.txt

  Modified: doc/locale/ja/LC_MESSAGES/reference.po (+2 -2)
===================================================================
--- doc/locale/ja/LC_MESSAGES/reference.po    2013-12-02 12:40:19 +0900 (8dfef43)
+++ doc/locale/ja/LC_MESSAGES/reference.po    2013-12-02 12:41:28 +0900 (1a0ff65)
@@ -7,7 +7,7 @@ msgstr ""
 "Project-Id-Version: 1.2.1\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2013-11-25 15:37+0900\n"
-"PO-Revision-Date: 2013-12-02 12:39+0900\n"
+"PO-Revision-Date: 2013-12-02 12:41+0900\n"
 "Last-Translator: Kouhei Sutou <kou �� clear-code.com>\n"
 "Language-Team: Japanese\n"
 "Language: ja\n"
@@ -16464,7 +16464,7 @@ msgstr ""
 msgid ""
 "Note that the table must be patricia trie (``TABLE_PAT_KEY``) or double "
 "array trie (``TABLE_DAT_KEY``). You can't use hash table "
-"(``TABLE_HASH_KEY``) and array (``TABLE_NO_KEY``) becuase they don't support "
+"(``TABLE_HASH_KEY``) and array (``TABLE_NO_KEY``) because they don't support "
 "longest common prefix search. Longest common prefix search is used to "
 "implement the operator."
 msgstr ""

  Modified: doc/source/reference/grn_expr/script_syntax.txt (+1 -1)
===================================================================
--- doc/source/reference/grn_expr/script_syntax.txt    2013-12-02 12:40:19 +0900 (266c590)
+++ doc/source/reference/grn_expr/script_syntax.txt    2013-12-02 12:41:28 +0900 (8c0b700)
@@ -964,7 +964,7 @@ registered as keys of the table of ``_key``.
 
 Note that the table must be patricia trie (``TABLE_PAT_KEY``) or
 double array trie (``TABLE_DAT_KEY``). You can't use hash table
-(``TABLE_HASH_KEY``) and array (``TABLE_NO_KEY``) becuase they don't
+(``TABLE_HASH_KEY``) and array (``TABLE_NO_KEY``) because they don't
 support longest common prefix search. Longest common prefix search is
 used to implement the operator.
 
-------------- next part --------------
HTML����������������������������...
下载 



More information about the Groonga-commit mailing list
Back to archive index