aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-03-06 12:13:29 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-03-06 12:13:29 +0000
commite0f5a6ab4850e2745d5cb6fb081eb81dc024d2d4 (patch)
treeb92b90456c9a266544fd57a9009928fbfde35632
parentfe2440261c6dd0cb0429ec99d1befb53d6c249b9 (diff)
downloadruby-e0f5a6ab4850e2745d5cb6fb081eb81dc024d2d4.tar.gz
fix typos [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49873 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 3b75535421..737e6222d0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -53,8 +53,8 @@ Fri Mar 6 07:00:44 2015 Koichi Sasada <ko1@atdot.net>
any more.
Note that one `Module#prepend` call creates two T_ICLASS objects.
- One for refering to a prepending Module object, same as
- `Module#include`. We don't nedd to care this T_ICLASS.
+ One for referring to a prepending Module object, same as
+ `Module#include`. We don't need to care this T_ICLASS.
One for moving original mtbl from a prepending class. We need to
mark such mtbl from this T_ICLASS object. To mark the mtbl,
we need to use `RCLASS_ORIGIN(klass)` on marking from a prepended