[Groonga-commit] ranguba/rroonga at 8354e3b [master] Use "Groonga" form

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Apr 12 00:04:16 JST 2015


Kouhei Sutou	2015-04-12 00:04:16 +0900 (Sun, 12 Apr 2015)

  New Revision: 8354e3bf068c27e3ddd2e8bd19230ed4cb43d9e5
  https://github.com/ranguba/rroonga/commit/8354e3bf068c27e3ddd2e8bd19230ed4cb43d9e5

  Message:
    Use "Groonga" form

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

  Modified: ext/groonga/rb-grn-context.c (+3 -3)
===================================================================
--- ext/groonga/rb-grn-context.c    2015-04-11 23:38:53 +0900 (9f17001)
+++ ext/groonga/rb-grn-context.c    2015-04-12 00:04:16 +0900 (5ab0a3d)
@@ -49,15 +49,15 @@ rb_grn_context_from_ruby_object (VALUE object)
     RbGrnContext *rb_grn_context;
 
     if (!RVAL2CBOOL(rb_obj_is_kind_of(object, cGrnContext))) {
-        rb_raise(rb_eTypeError, "not a groonga context");
+        rb_raise(rb_eTypeError, "not a Groonga context");
     }
 
     Data_Get_Struct(object, RbGrnContext, rb_grn_context);
     if (!rb_grn_context)
-        rb_raise(rb_eGrnError, "groonga context is NULL");
+        rb_raise(rb_eGrnError, "Groonga context is NULL");
     if (!rb_grn_context->context)
         rb_raise(rb_eGrnClosed,
-                 "can't access already closed groonga context");
+                 "can't access already closed Groonga context");
     return rb_grn_context->context;
 }
 
-------------- next part --------------
HTML����������������������������...
Download 



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