aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-16 07:25:38 +0000
committernormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-16 07:25:38 +0000
commit653f291b66349a76dc1bf1fbb1d682cec65e2866 (patch)
treed963446f41bff3b55b5038bf9ce3e634bfbeb309 /ChangeLog
parentf12ec3fcbd21e74ab4b678d48102da01a1ee6e00 (diff)
downloadruby-653f291b66349a76dc1bf1fbb1d682cec65e2866.tar.gz
test/ruby/test_io.rb: fix spelling errors
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53150 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7528357f3c..670ad280fd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed Dec 16 16:17:34 2015 Eric Wong <e@80x24.org>
+
+ * test/ruby/test_io.rb: fix spelling errors
+
Wed Dec 16 16:04:49 2015 Eric Wong <e@80x24.org>
* NEWS: note IO#fadvise change [ruby-core:72168]