ruby-changes:41100
From: hsbt <ko1@a...>
Date: Fri, 18 Dec 2015 09:42:59 +0900 (JST)
Subject: [ruby-changes:41100] hsbt:r53175 (trunk): * ext/nkf/nkf-utf8/utf8tbl.c: fix a typo.
hsbt 2015-12-18 09:42:49 +0900 (Fri, 18 Dec 2015) New Revision: 53175 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=53175 Log: * ext/nkf/nkf-utf8/utf8tbl.c: fix a typo. [ci skip][fix GH-1159] Patch by @akshay-vishnoi * ext/nkf/nkf-utf8/utf8tbl.h: ditto. Modified files: trunk/ChangeLog trunk/ext/nkf/nkf-utf8/utf8tbl.c trunk/ext/nkf/nkf-utf8/utf8tbl.h Index: ChangeLog =================================================================== --- ChangeLog (revision 53174) +++ ChangeLog (revision 53175) @@ -1,3 +1,9 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Fri Dec 18 09:42:45 2015 SHIBATA Hiroshi <hsbt@r...> + + * ext/nkf/nkf-utf8/utf8tbl.c: fix a typo. + [ci skip][fix GH-1159] Patch by @akshay-vishnoi + * ext/nkf/nkf-utf8/utf8tbl.h: ditto. + Fri Dec 18 07:39:01 2015 Shugo Maeda <shugo@r...> * vm.c (rb_vm_check_redefinition_opt_method): should check the real Index: ext/nkf/nkf-utf8/utf8tbl.c =================================================================== --- ext/nkf/nkf-utf8/utf8tbl.c (revision 53174) +++ ext/nkf/nkf-utf8/utf8tbl.c (revision 53175) @@ -1,5 +1,5 @@ https://github.com/ruby/ruby/blob/trunk/ext/nkf/nkf-utf8/utf8tbl.c#L1 /* - * utf8tbl.c - Convertion Table for nkf + * utf8tbl.c - Conversion Table for nkf * */ Index: ext/nkf/nkf-utf8/utf8tbl.h =================================================================== --- ext/nkf/nkf-utf8/utf8tbl.h (revision 53174) +++ ext/nkf/nkf-utf8/utf8tbl.h (revision 53175) @@ -1,5 +1,5 @@ https://github.com/ruby/ruby/blob/trunk/ext/nkf/nkf-utf8/utf8tbl.h#L1 /* - * utf8tbl.h - Header file for Convertion Table + * utf8tbl.h - Header file for Conversion Table * */ -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/