[Groonga-commit] groonga/groonga at 50be58d [master] Fix a typo

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Apr 28 16:51:23 JST 2015


Kouhei Sutou	2015-04-28 16:51:23 +0900 (Tue, 28 Apr 2015)

  New Revision: 50be58d86f2cfd87d70d11b998838c3aeffca834
  https://github.com/groonga/groonga/commit/50be58d86f2cfd87d70d11b998838c3aeffca834

  Message:
    Fix a typo

  Modified files:
    lib/proc.c

  Modified: lib/proc.c (+2 -2)
===================================================================
--- lib/proc.c    2015-04-28 15:25:16 +0900 (9136bee)
+++ lib/proc.c    2015-04-28 16:51:23 +0900 (64a2e78)
@@ -5136,9 +5136,9 @@ run_sub_filter(grn_ctx *ctx, grn_obj *table,
   case GRN_COLUMN_VAR_SIZE :
     break;
   default :
-    /* TODO: put inspected the 1nd argument to message */
+    /* TODO: put inspected the 1st argument to message */
     ERR(GRN_INVALID_ARGUMENT,
-        "sub_filter(): the 1nd argument must be column or accessor");
+        "sub_filter(): the 1st argument must be column or accessor");
     rc = ctx->rc;
     goto exit;
     break;
-------------- next part --------------
HTML����������������������������...
Download 



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