Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Mar 10, 2017
1 parent 91a713c commit 6632c56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 6632c56

Please sign in to comment.