From 9b711fc731426beb01e98cb39611a4bfbde0036f Mon Sep 17 00:00:00 2001 From: kazu Date: Sun, 2 Dec 2012 03:30:02 +0000 Subject: [PATCH] fix typo git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38137 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 Sat Dec 1 02:08:16 2012 NAKAMURA Usaku * 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].