aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-08-04 15:36:18 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-08-04 15:36:18 +0000
commit34c057976fc96ec257648903871614db9a8a4fe8 (patch)
treea15b466d0a18a99ae91caa975f4dcef8a5e651f9 /ChangeLog
parent226b6270db04891bd73af6ca2eec29361b489e11 (diff)
downloadruby-34c057976fc96ec257648903871614db9a8a4fe8.tar.gz
fix a typo [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51484 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 98827ad654..0e043b1200 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,7 +5,7 @@ Tue Aug 4 16:40:26 2015 Koichi Sasada <ko1@atdot.net>
Tue Aug 04 15:30:04 2015 Koichi Sasada <ko1@atdot.net>
- * proc.c (rb_block_clear_env_self): clear by Qfalse intead of Qnil.
+ * proc.c (rb_block_clear_env_self): clear by Qfalse instead of Qnil.
[Bug #11409]
* test/ruby/test_eval.rb: add tests for this issue,