[Groonga-commit] groonga/groonga at 6632c56 [master] Fix a typo

Zurück zum Archiv-Index

Kouhei Sutou null+****@clear*****
Fri Mar 10 14:57:01 JST 2017


Kouhei Sutou	2017-03-10 14:57:01 +0900 (Fri, 10 Mar 2017)

  New Revision: 6632c56170fbab150b905aec5b185ebfccadc188
  https://github.com/groonga/groonga/commit/6632c56170fbab150b905aec5b185ebfccadc188

  Message:
    Fix a typo

  Modified files:
    lib/proc.c

  Modified: lib/proc.c (+1 -1)
===================================================================
--- lib/proc.c    2017-03-10 14:13:04 +0900 (1baee1d)
+++ lib/proc.c    2017-03-10 14:57:01 +0900 (595bdea)
@@ -1056,7 +1056,7 @@ char_type_name(grn_char_type type)
     CHAR_TYPE_NAME_WITH_BLANK("kanji");
     break;
   case GRN_CHAR_OTHERS :
-    CHAR_TYPE_NAME_WITH_BLANK("other");
+    CHAR_TYPE_NAME_WITH_BLANK("others");
     break;
   default :
     CHAR_TYPE_NAME_WITH_BLANK("unknown");
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Zurück zum Archiv-Index