[Groonga-commit] groonga/groonga at 21c3522 [master] proc_fuzzy_search: fix typo

Back to archive index

naoa null+****@clear*****
Sat Feb 6 02:40:54 JST 2016


naoa	2016-02-06 02:40:54 +0900 (Sat, 06 Feb 2016)

  New Revision: 21c3522f9a12ce86813c4fbb828d3d69b3ef8630
  https://github.com/groonga/groonga/commit/21c3522f9a12ce86813c4fbb828d3d69b3ef8630

  Merged 349761b: Merge pull request #468 from naoa/proc-fuzzy-typo

  Message:
    proc_fuzzy_search: fix typo

  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-05 22:41:43 +0900 (5397592)
+++ lib/proc/proc_fuzzy_search.c    2016-02-06 02:40:54 +0900 (8eb09cd)
@@ -293,7 +293,7 @@ selector_fuzzy_search(grn_ctx *ctx, grn_obj *table, grn_obj *index,
 
   if ((nargs - 1) < 2) {
     GRN_PLUGIN_ERROR(ctx, GRN_INVALID_ARGUMENT,
-                     "fuzzy_serach(): wrong number of arguments (%d ...)",
+                     "fuzzy_search(): wrong number of arguments (%d ...)",
                      nargs - 1);
     rc = ctx->rc;
     goto exit;
-------------- next part --------------
HTML����������������������������...
Download 



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