aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-03-15 12:47:18 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-03-15 12:47:18 +0000
commit8d0588dc3dc0dd71155329986dfde536ca02f473 (patch)
tree1da1856361d2dd4457296bd3fe43702be8d6a634 /ChangeLog
parentf01ee9c9ffa122554e9d2597090fcafc3acc5441 (diff)
downloadruby-8d0588dc3dc0dd71155329986dfde536ca02f473.tar.gz
fix a typo [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54121 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 f68fc81a4e..f526654ce0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
Tue Mar 15 20:32:57 2016 Tanaka Akira <akr@fsij.org>
- * enum.c (enum_inject): Implement the specialied code for :+ operator
+ * enum.c (enum_inject): Implement the specialized code for :+ operator
for Fixnums.
Tue Mar 15 20:21:01 2016 Tanaka Akira <akr@fsij.org>