diff options
author | kazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-08-11 06:10:11 +0000 |
---|---|---|
committer | kazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-08-11 06:10:11 +0000 |
commit | 7b05ac78e18740d107af133c410069375855dea1 (patch) | |
tree | a1e8750b919633a6837c4216e0934661f51843e1 | |
parent | c77924a9146af179bcedfb3f7e44fef4917075f6 (diff) |
fix typos
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32930 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -258,12 +258,12 @@ Wed Aug 3 16:01:35 2011 NAKAMURA Usaku <usa@ruby-lang.org> * io.c (argf_next_argv): remove the call of above function. * ext/-test-/add_suffix, test/-ext-/test_add_suffix.rb: remove the test - extension module because this is only for testsing ruby_add_suffix(). + extension module because this is only for testing ruby_add_suffix(). * LEGAL: remove the mention about a part of util.c, because now we removed the part. - * io.c (argf_next_argv): now the new filename is not guranteed to + * io.c (argf_next_argv): now the new filename is not guaranteed to use, so should check the return value of rename(2). * test/ruby/test_argf.rb (TestArgf#test_inplace_rename_impossible): |