[Groonga-commit] droonga/droonga-engine at 7482f83 [master] Fix typo

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Apr 24 12:45:01 JST 2014


YUKI Hiroshi	2014-04-24 12:45:01 +0900 (Thu, 24 Apr 2014)

  New Revision: 7482f83d68dbc97e492f60d2051767036c0d996c
  https://github.com/droonga/droonga-engine/commit/7482f83d68dbc97e492f60d2051767036c0d996c

  Message:
    Fix typo

  Modified files:
    lib/droonga/plugins/groonga/table_list.rb
    test/unit/plugins/groonga/test_table_list.rb

  Modified: lib/droonga/plugins/groonga/table_list.rb (+1 -1)
===================================================================
--- lib/droonga/plugins/groonga/table_list.rb    2014-04-24 12:30:44 +0900 (b89914a)
+++ lib/droonga/plugins/groonga/table_list.rb    2014-04-24 12:45:01 +0900 (70b6593)
@@ -28,7 +28,7 @@ module Droonga
           ["domain", "ShortText"],
           ["range", "ShortText"],
           ["default_tokenizer","ShortText"],
-          ["normalier","ShortText"],
+          ["normalizer","ShortText"],
         ].freeze
 
         class Command < GenericCommand

  Modified: test/unit/plugins/groonga/test_table_list.rb (+1 -1)
===================================================================
--- test/unit/plugins/groonga/test_table_list.rb    2014-04-24 12:30:44 +0900 (8a0f2c9)
+++ test/unit/plugins/groonga/test_table_list.rb    2014-04-24 12:45:01 +0900 (dd68c6b)
@@ -22,7 +22,7 @@ class TableListTest < GroongaHandlerTest
     ["domain", "ShortText"],
     ["range", "ShortText"],
     ["default_tokenizer","ShortText"],
-    ["normalier","ShortText"],
+    ["normalizer","ShortText"],
   ]
 
   def create_handler
-------------- next part --------------
HTML����������������������������...
Download 



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