diff options
| author | kosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-11-20 05:39:33 +0000 |
|---|---|---|
| committer | kosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-11-20 05:39:33 +0000 |
| commit | 134d33b0613093d338870a53328f156bcbf50f06 (patch) | |
| tree | f014d108deae70fb59b978f23539e8fba30bac6d | |
| parent | 4d3f768b41b0c7f2e8ef166b9c363e63e92e59ed (diff) | |
fix typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37748 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ Tue Nov 20 14:19:20 2012 KOSAKI Motohiro <kosaki.motohiro@gmail.com> Tue Nov 20 13:58:11 2012 KOSAKI Motohiro <kosaki.motohiro@gmail.com> - * io.c (Init_IO): removed all rb_file_const() into file.c. + * io.c (Init_IO): moved all rb_file_const() into file.c. * file.c (Init_File): replace with rb_file_const() with rb_define_const() because RDoc don't care rb_file_const. [Bug #5530] |
