ruby-changes:20881
From: kazu <ko1@a...>
Date: Thu, 11 Aug 2011 15:10:21 +0900 (JST)
Subject: [ruby-changes:20881] kazu:r32930 (trunk): fix typos
kazu 2011-08-11 15:10:11 +0900 (Thu, 11 Aug 2011) New Revision: 32930 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=32930 Log: fix typos Modified files: trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 32929) +++ ChangeLog (revision 32930) @@ -258,12 +258,12 @@ * 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): -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/