summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-08-11 06:10:11 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-08-11 06:10:11 +0000
commit7b05ac78e18740d107af133c410069375855dea1 (patch)
treea1e8750b919633a6837c4216e0934661f51843e1 /ChangeLog
parentc77924a9146af179bcedfb3f7e44fef4917075f6 (diff)
fix typos
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32930 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files 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 <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):