aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorshugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-18 08:08:08 +0000
committershugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-18 08:08:08 +0000
commit34c97eaabade106cf2ca8f7220707f893fd92acb (patch)
tree404dfc66cf41e5f31e26fe09d70cb8f6428a4961
parent3e1c01ae463a8c9d8bbe9050251a2538ddb0292f (diff)
downloadruby-34c97eaabade106cf2ca8f7220707f893fd92acb.tar.gz
fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53189 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8cdb502d4c..20afabe261 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -32,7 +32,7 @@ Fri Dec 18 12:09:21 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
Fri Dec 18 11:24:48 2015 Shugo Maeda <shugo@ruby-lang.org>
* vm_method.c (rb_method_entry_make, check_override_opt_method):
- should check whether a newly created method override a optimize
+ should check whether a newly created method overrides an optimize
method in case the method is defined in a prepended module of a
built-in class.
[ruby-core:72226] [Bug #11836]