aboutsummaryrefslogtreecommitdiffstats
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
commit18383de753f270927fb7fb56b5fc5363515d5224 (patch)
tree008f5a0d81845ef15c9f06936b9c76cc465516a6 /ChangeLog
parent679b1c4ebf35e24729a19aaafe87b8d76fff4463 (diff)
downloadruby-18383de753f270927fb7fb56b5fc5363515d5224.tar.gz
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>