[Groonga-commit] groonga/groonga [master] Fix a typo

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Jan 22 16:53:11 JST 2013


Kouhei Sutou	2013-01-22 16:53:11 +0900 (Tue, 22 Jan 2013)

  New Revision: cd45723ba3fb82ab87b331dad1513813cedcc064
  https://github.com/groonga/groonga/commit/cd45723ba3fb82ab87b331dad1513813cedcc064

  Log:
    Fix a typo

  Modified files:
    include/groonga.h

  Modified: include/groonga.h (+1 -1)
===================================================================
--- include/groonga.h    2013-01-22 16:12:04 +0900 (2ce78cf)
+++ include/groonga.h    2013-01-22 16:53:11 +0900 (ab26a26)
@@ -2608,7 +2608,7 @@ GRN_API grn_rc grn_string_get_normalized(grn_ctx *ctx, grn_obj *string,
                                          unsigned int *length_in_bytes,
                                          unsigned int *n_characters);
 GRN_API grn_rc grn_string_set_normalized(grn_ctx *ctx, grn_obj *string,
-                                         char *original,
+                                         char *normalized,
                                          unsigned int length_in_bytes,
                                          unsigned int n_characters);
 GRN_API const short *grn_string_get_checks(grn_ctx *ctx, grn_obj *string);
-------------- next part --------------
HTML����������������������������...
Download 



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