From 7b05ac78e18740d107af133c410069375855dea1 Mon Sep 17 00:00:00 2001 From: kazu Date: Thu, 11 Aug 2011 06:10:11 +0000 Subject: fix typos git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32930 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index c209df77e7..fb9c8e412a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -258,12 +258,12 @@ Wed Aug 3 16:01:35 2011 NAKAMURA Usaku * 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): -- cgit v1.2.1