[Groonga-commit] ranguba/rroonga at 4a426dd [master] Fix a typo in an error message

Back to archive index

Masafumi Yokoyama null+****@clear*****
Tue Dec 30 20:07:30 JST 2014


Masafumi Yokoyama	2014-12-30 20:07:30 +0900 (Tue, 30 Dec 2014)

  New Revision: 4a426dd0f40ab29600ddef6fa909dad11dc0ae45
  https://github.com/ranguba/rroonga/commit/4a426dd0f40ab29600ddef6fa909dad11dc0ae45

  Message:
    Fix a typo in an error message
    
    option_hash ->
    op ion_hash
      -

  Modified files:
    ext/groonga/rb-grn-table.c

  Modified: ext/groonga/rb-grn-table.c (+1 -1)
===================================================================
--- ext/groonga/rb-grn-table.c    2014-12-30 19:33:49 +0900 (4207949)
+++ ext/groonga/rb-grn-table.c    2014-12-30 20:07:30 +0900 (7c28d07)
@@ -2184,7 +2184,7 @@ rb_grn_table_select (int argc, VALUE *argv, VALUE self)
         if (!NIL_P(options))
             rb_raise(rb_eArgError,
                      "should be [query_string, option_hash], "
-                     "[expression, opion_hash] "
+                     "[expression, option_hash] "
                      "or [option_hash]: %s",
                      rb_grn_inspect(rb_ary_new4(argc, argv)));
         options = condition_or_options;
-------------- next part --------------
HTML����������������������������...
Download 



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