summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-25 03:43:35 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-25 03:43:35 +0000
commitc1b5b93b3ff946dd6a13d201e3c3c80d37f651ff (patch)
tree23c300ec9779ab7fa9a615d3daebc5ebcf4a5392 /ChangeLog
parent36c9605a6edbb69c2c8ebaf11a75b48a57934863 (diff)
* ChangeLog: fixed wrong method name [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46105 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3a9011d6c7..9c9d9a871c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -47,7 +47,7 @@ Sun May 25 09:58:02 2014 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
Sun May 25 09:57:09 2014 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
- * test/fileutils/test_fileutils.rb: Added recursively chmod tests.
+ * test/fileutils/test_fileutils.rb: Added recursively chown tests.
[Feature #9303][ruby-core:59325]
Sun May 25 09:41:56 2014 Zachary Scott <e@zzak.io>