[Groonga-commit] groonga/groonga [master] fix a typo.

Back to archive index

null+****@clear***** null+****@clear*****
2010年 7月 14日 (水) 17:07:37 JST


Kouhei Sutou	2010-07-14 08:07:37 +0000 (Wed, 14 Jul 2010)

  New Revision: 2418baed15cbc310a12dc79b4ad375ba10e061a7

  Log:
    fix a typo.

  Modified files:
    test/unit/lib/ruby/groonga-http-test-utils.rb

  Modified: test/unit/lib/ruby/groonga-http-test-utils.rb (+1 -1)
===================================================================
--- test/unit/lib/ruby/groonga-http-test-utils.rb    2010-07-14 08:00:54 +0000 (931c6d2)
+++ test/unit/lib/ruby/groonga-http-test-utils.rb    2010-07-14 08:07:37 +0000 (8c621d8)
@@ -120,7 +120,7 @@ module GroongaHTTPTestUtils
                   Column::INDEX | Flag::WITH_POSITION,
                   "users",
                   :source => "real_name")
-    column_create("terms", "users_descrption",
+    column_create("terms", "users_description",
                   Column::INDEX | Flag::WITH_POSITION,
                   "users",
                   :source => "description")




Groonga-commit メーリングリストの案内
Back to archive index