[Groonga-commit] groonga/groonga at 4dd77eb [master] Fix typo

Back to archive index

naoa null+****@clear*****
Tue Feb 16 15:22:47 JST 2016


naoa	2016-02-16 15:22:47 +0900 (Tue, 16 Feb 2016)

  New Revision: 4dd77eb6e360f93d1a21c90aa36fe5966d27f7fb
  https://github.com/groonga/groonga/commit/4dd77eb6e360f93d1a21c90aa36fe5966d27f7fb

  Merged 34487c6: Merge pull request #477 from naoa/fix-fuzzy-typo

  Message:
    Fix typo
    
    mast
     ^

  Modified files:
    lib/proc/proc_fuzzy_search.c

  Modified: lib/proc/proc_fuzzy_search.c (+1 -1)
===================================================================
--- lib/proc/proc_fuzzy_search.c    2016-02-16 11:48:02 +0900 (ae0666e)
+++ lib/proc/proc_fuzzy_search.c    2016-02-16 15:22:47 +0900 (4001e57)
@@ -385,7 +385,7 @@ selector_fuzzy_search(grn_ctx *ctx, grn_obj *table, grn_obj *index,
     grn_inspect(ctx, &inspected, target);
     GRN_PLUGIN_ERROR(ctx, GRN_INVALID_ARGUMENT,
                      "fuzzy_search(): "
-                     "column mast be COLUMN_INDEX or TABLE_PAT_KEY: <%.*s>",
+                     "column must be COLUMN_INDEX or TABLE_PAT_KEY: <%.*s>",
                      (int)GRN_TEXT_LEN(&inspected),
                      GRN_TEXT_VALUE(&inspected));
     rc = ctx->rc;
-------------- next part --------------
HTML����������������������������...
Download 



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