summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-10-22 22:27:58 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-10-22 22:27:58 +0000
commite0dc7383125bcaa0faffede10c7f2f78110cdb83 (patch)
treeb8f2ccc9a36ed45981ef16120a1b023b138e81f2 /ChangeLog
parenta4045e27b413aa096df19ac3547b61bc9bd34cf5 (diff)
ChangeLog: typo fixed
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11212 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 dafdc244a9..eeb9af3155 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
Mon Oct 23 04:30:04 2006 Yukihiro Matsumoto <matz@ruby-lang.org>
- * marshal.c (r_object0): use return value from prov given as the
+ * marshal.c (r_object0): use return value from proc given as the
second argument to Marshal#load() to allow value replacement in
the restoring data.