summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-01 13:25:44 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-01 13:25:44 +0000
commitda0c358ebe0b847ab1885d00c8a24959d367f489 (patch)
treee0418d58170a6b7ec9562d8e1924e7e8394d7909
parenta0a58364878bd4392c22a7af61a1a5da41ad7caa (diff)
fix typos
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45776 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 48d0350f40..a0183e608f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -25,7 +25,7 @@ Wed Apr 30 17:58:40 2014 Koichi Sasada <ko1@atdot.net>
* test/ruby/test_settracefunc.rb: add a test for TracePoint/set_trace_func.
- * vm_core.h: renmae rb_thread_t::passed_me to
+ * vm_core.h: rename rb_thread_t::passed_me to
rb_thread_t::passed_bmethod_me to clarify the usage.
* vm_insnhelper.c (vm_call_bmethod_body): use renamed member.
@@ -33,7 +33,7 @@ Wed Apr 30 17:58:40 2014 Koichi Sasada <ko1@atdot.net>
Wed Apr 30 17:06:49 2014 Nobuyoshi Nakada <nobu@ruby-lang.org>
* parse.y (rb_id_attrset): pin down dynamic symbol only. it is
- possibe that attrset ID can be registered as a static symbol
+ possible that attrset ID can be registered as a static symbol
after the corresponding attrget ID has been registered as a
dynamic, and then the latter may be collected.
[ruby-core:62226] [Bug #9787]