[Groonga-commit] groonga/groonga at c3d16f5 [master] Fix English

Back to archive index

Kouhei Sutou null+****@clear*****
Thu May 14 17:01:31 JST 2015


Kouhei Sutou	2015-05-14 17:01:31 +0900 (Thu, 14 May 2015)

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

  Message:
    Fix English

  Modified files:
    lib/db.c

  Modified: lib/db.c (+1 -1)
===================================================================
--- lib/db.c    2015-05-14 16:52:07 +0900 (f9bc014)
+++ lib/db.c    2015-05-14 17:01:31 +0900 (be031f3)
@@ -269,7 +269,7 @@ grn_db_open(grn_ctx *ctx, const char *path)
       default :
         s->keys = NULL;
         ERR(GRN_INVALID_ARGUMENT,
-            "[db][open] invalid keys table type: %#x", type);
+            "[db][open] invalid keys table's type: %#x", type);
         break;
       }
       if (s->keys) {
-------------- next part --------------
HTML����������������������������...
Download 



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