[Groonga-commit] groonga/groonga at b6f3448 [master] Fix a typo in error message

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Aug 27 10:06:49 JST 2013


Kouhei Sutou	2013-08-27 10:06:49 +0900 (Tue, 27 Aug 2013)

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

  Message:
    Fix a typo in error message
    
    Reported by YOSHIDA Mitsuo. Thanks!!!

  Modified files:
    lib/str.c

  Modified: lib/str.c (+1 -1)
===================================================================
--- lib/str.c    2013-08-26 18:17:09 +0900 (ea2ff34)
+++ lib/str.c    2013-08-27 10:06:49 +0900 (4f8f58c)
@@ -46,7 +46,7 @@ grn_str_charlen_utf8(grn_ctx *ctx, const unsigned char *str, const unsigned char
     }
     if (str + len > end) {
       GRN_LOG(ctx, GRN_LOG_WARNING,
-              "grn_str_charlen_utf8(): imcomplete character");
+              "grn_str_charlen_utf8(): incomplete character");
       return 0;
     }
     for (i = 1; i < len; ++i) {
-------------- next part --------------
HTML����������������������������...
Descargar 



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