aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-29 01:44:24 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-29 01:44:24 +0000
commit76300fbae2717a6da9b625db863b6b62797aa90a (patch)
treebecd686aaed5f97c1e96058c615faf2ad283a191 /ChangeLog
parent68f96f6c3c05385a5b47395b82e619f9c06b0437 (diff)
downloadruby-76300fbae2717a6da9b625db863b6b62797aa90a.tar.gz
fix a typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40980 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 39cba6eb4f..ce20c87a96 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,7 +4,7 @@ Wed May 29 10:33:27 2013 Koichi Sasada <ko1@atdot.net>
(1) Hash's key also needs WB.
(2) callback parameter *key and *value of st_update() is not a
storage of st_table itself (only local variable). So that
- OBJ_WRITE() is not suitable, especially for `!exsinting'.
+ OBJ_WRITE() is not suitable, especially for `!existing'.
OBJ_WRITTEN() is used instead of OBJ_WRITE().
Tue May 28 12:31:21 2013 Koichi Sasada <ko1@atdot.net>