summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-08-07 16:33:04 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-08-07 16:33:04 +0000
commit2bfb854813901160d99ce6f2b7bdc41f79cb2325 (patch)
treee78f1ace5e40407af8a7b37513038850de5ca039
parentf306bb0fed00e8d3aa456b316eec73b8b5ed9fe1 (diff)
fix a typo [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55829 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index acf74a0214..69099a4ace 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -25,7 +25,7 @@ Sat Aug 6 00:39:44 2016 Nobuyoshi Nakada <nobu@ruby-lang.org>
Fri Aug 5 23:18:35 2016 NAKAMURA Usaku <usa@ruby-lang.org>
- * hasn.c (env_str_new): taint the string. get rid of a test failure
+ * hash.c (env_str_new): taint the string. get rid of a test failure
introduced at r55811.
Fri Aug 5 17:04:02 2016 Nobuyoshi Nakada <nobu@ruby-lang.org>