aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-12-02 03:30:02 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-12-02 03:30:02 +0000
commit9b711fc731426beb01e98cb39611a4bfbde0036f (patch)
tree6cd488f4ec506b0a31bf77db908e999798562455
parent8f7a275c6750b233164e742c013f26969777ac87 (diff)
downloadruby-9b711fc731426beb01e98cb39611a4bfbde0036f.tar.gz
fix typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38137 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index de8e0cb7dc..f29d7930bc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -258,7 +258,7 @@ Sat Dec 1 02:04:23 2012 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
Sat Dec 1 02:08:16 2012 NAKAMURA Usaku <usa@ruby-lang.org>
* test/rdoc/test_rdoc_rubygems_hook.rb
- (TestRDocRubygemsHook#test_setup_unwritable): 1. check the existance
+ (TestRDocRubygemsHook#test_setup_unwritable): 1. check the existence
of the file(directory) before touch it. 2. remove test
file(directory) after the test. see [ruby-core:50388].