[Groonga-commit] groonga/groonga [master] Fix typos in document

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Dec 21 16:58:32 JST 2012


Kouhei Sutou	2012-12-21 16:58:32 +0900 (Fri, 21 Dec 2012)

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

  Log:
    Fix typos in document
    
    _create() ->
    _open()

  Modified files:
    include/groonga/tokenizer.h

  Modified: include/groonga/tokenizer.h (+3 -3)
===================================================================
--- include/groonga/tokenizer.h    2012-12-21 16:46:24 +0900 (7684701)
+++ include/groonga/tokenizer.h    2012-12-21 16:58:32 +0900 (4551f28)
@@ -83,9 +83,9 @@ struct _grn_tokenizer_query {
 /*
   grn_tokenizer_query_open() parses `args' and returns a new object of
   grn_tokenizer_query. The new object stores information of the query.
-  grn_tokenizer_query_create() normalizes the query if the target table
-  requires normalization. grn_tokenizer_query_create() returns NULL if
-  something goes wrong. Note that grn_tokenizer_query_create() must be called
+  grn_tokenizer_query_open() normalizes the query if the target table
+  requires normalization. grn_tokenizer_query_open() returns NULL if
+  something goes wrong. Note that grn_tokenizer_query_open() must be called
   just once in the function that initializes a tokenizer.
  */
 GRN_PLUGIN_EXPORT grn_tokenizer_query *grn_tokenizer_query_open(grn_ctx *ctx,
-------------- next part --------------
HTML����������������������������...
Download 



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