aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorshugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-12-13 09:41:17 +0000
committershugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-12-13 09:41:17 +0000
commit6b4687e6057bfcdb82e3530386a7011014fb2111 (patch)
treef5f2780aa7d7cc1be113c4acf91ed017ac4d38e2
parentd8c7695fbb2944aba9a69dce75f41b6881d1fc12 (diff)
downloadruby-6b4687e6057bfcdb82e3530386a7011014fb2111.tar.gz
* ChangeLog: fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38363 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a82d5d8dd6..de7eb59581 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -20,7 +20,7 @@ Thu Dec 13 14:20:00 2012 Zachary Scott <zachary@zacharyscott.net>
Thu Dec 13 14:10:00 2012 Shugo Maeda <shugo@ruby-lang.org>
* marshal.c (r_entry0): don't taint classes and modules because
- Marshal.load just return the dumped classes and modules.
+ Marshal.load just returns the dumped classes and modules.
[Bug #7325] [ruby-core:49198]
* test/ruby/test_marshal.rb: related test.