[前][次][番号順一覧][スレッド一覧]

ruby-changes:33695

From: kazu <ko1@a...>
Date: Thu, 1 May 2014 22:25:55 +0900 (JST)
Subject: [ruby-changes:33695] kazu:r45776 (trunk): fix typos

kazu	2014-05-01 22:25:44 +0900 (Thu, 01 May 2014)

  New Revision: 45776

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=45776

  Log:
    fix typos

  Modified files:
    trunk/ChangeLog
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 45775)
+++ ChangeLog	(revision 45776)
@@ -25,7 +25,7 @@ Wed Apr 30 17:58:40 2014  Koichi Sasada https://github.com/ruby/ruby/blob/trunk/ChangeLog#L25
 
 	* 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 https://github.com/ruby/ruby/blob/trunk/ChangeLog#L33
 Wed Apr 30 17:06:49 2014  Nobuyoshi Nakada  <nobu@r...>
 
 	* 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]

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]