From 76300fbae2717a6da9b625db863b6b62797aa90a Mon Sep 17 00:00:00 2001 From: kazu Date: Wed, 29 May 2013 01:44:24 +0000 Subject: [PATCH] fix a typo git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40980 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (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