From: NARUSE, Yui Date: Sat, 15 Dec 2018 09:52:11 +0000 (+0900) Subject: fix typo X-Git-Url: http://git.sourceforge.jp/view?p=nkf%2Fnkf.git;a=commitdiff_plain;h=ae2f323ab2eca6532a938e2c3756bfbcc7566fce fix typo Merged from Ruby r53175 * ext/nkf/nkf-utf8/utf8tbl.c: fix a typo. [fix GH-1159] Patch by @akshay-vishnoi * ext/nkf/nkf-utf8/utf8tbl.h: ditto. --- diff --git a/utf8tbl.c b/utf8tbl.c index ebec21c..a31e4e7 100644 --- a/utf8tbl.c +++ b/utf8tbl.c @@ -1,5 +1,5 @@ /* - * utf8tbl.c - Convertion Table for nkf + * utf8tbl.c - Conversion Table for nkf * */ diff --git a/utf8tbl.h b/utf8tbl.h index 96b61ed..54a3427 100644 --- a/utf8tbl.h +++ b/utf8tbl.h @@ -1,5 +1,5 @@ /* - * utf8tbl.h - Header file for Convertion Table + * utf8tbl.h - Header file for Conversion Table * */