aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-10-12 15:28:05 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-10-12 15:28:05 +0000
commit93c8fec04dc368d0e0cc66cf9ebf40bf7e6a9171 (patch)
tree00771ed85dc056c1338d78bb433a05210cd8ae54
parentc29026204eea1dd5e8f5b4866871c20c20ec352d (diff)
downloadruby-93c8fec04dc368d0e0cc66cf9ebf40bf7e6a9171.tar.gz
fix a typo [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56406 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 55463ff5bf..1cf5cba72c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -163,7 +163,7 @@ Wed Oct 5 01:19:45 2016 NAKAMURA Usaku <usa@ruby-lang.org>
* internal.h (ST2FIX): new macro to convert st_index_t to Fixnum.
a hash value of Object might be Bignum, but it causes many troubles
- expecially the Object is used as a key of a hash. so I've gave up
+ especially the Object is used as a key of a hash. so I've gave up
to do so.
* array.c (rb_ary_hash): use above macro.