[Groonga-commit] pgroonga/pgroonga at 04cf771 [master] Fix a typo

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Sep 7 11:26:26 JST 2016


Kouhei Sutou	2016-09-07 11:26:26 +0900 (Wed, 07 Sep 2016)

  New Revision: 04cf77108cf5ad91c41700e1ffef28c63edd9e9b
  https://github.com/pgroonga/pgroonga/commit/04cf77108cf5ad91c41700e1ffef28c63edd9e9b

  Message:
    Fix a typo

  Modified files:
    src/pgroonga.c

  Modified: src/pgroonga.c (+1 -1)
===================================================================
--- src/pgroonga.c    2016-09-07 11:25:42 +0900 (59773b1)
+++ src/pgroonga.c    2016-09-07 11:26:26 +0900 (3149164)
@@ -836,7 +836,7 @@ PGrnCreate(Relation index,
 		{
 			data.forFullTextSearch = false;
 			data.forRegexpSearch = false;
-			data.forPrefixSerach = false;
+			data.forPrefixSearch = false;
 			PGrnJSONBCreate(&data);
 		}
 		else
-------------- next part --------------
HTML����������������������������...
Download 



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