summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-10 16:10:47 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-10 16:10:47 +0000
commit08937d8db33368d951b826fe14a8ea99e0c03f6e (patch)
tree008f5a0d81845ef15c9f06936b9c76cc465516a6 /ChangeLog
parent10f7ad626422aeaef6b15a50437cbd9e2b98f485 (diff)
fix a typo [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53025 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 762e91c8f0..a96bbc1ba3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -29,7 +29,7 @@ Thu Dec 10 06:33:39 2015 Eric Wong <e@80x24.org>
Thu Dec 10 05:53:18 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
- * tool/mkconfig.rb: rbconfig must not be fronzen-string-literal to
+ * tool/mkconfig.rb: rbconfig must not be frozen-string-literal to
expand CONFIG hash. [ruby-core:72006] [Bug #11798]
Thu Dec 10 05:03:51 2015 Eric Wong <e@80x24.org>