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

ruby-changes:39264

From: kazu <ko1@a...>
Date: Thu, 23 Jul 2015 00:16:27 +0900 (JST)
Subject: [ruby-changes:39264] kazu:r51345 (trunk): fix typos [ci skip]

kazu	2015-07-23 00:16:15 +0900 (Thu, 23 Jul 2015)

  New Revision: 51345

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

  Log:
    fix typos [ci skip]

  Modified files:
    trunk/ChangeLog
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 51344)
+++ ChangeLog	(revision 51345)
@@ -8,7 +8,7 @@ Wed Jul 22 20:17:51 2015  Koichi Sasada https://github.com/ruby/ruby/blob/trunk/ChangeLog#L8
 
 	* vm_core.h: modify layout of rb_iseq_constant_body.
 
-	  Move frequent accesssing fields to upper part.
+	  Move frequent accessing fields to upper part.
 
 Wed Jul 22 19:57:47 2015  Koichi Sasada  <ko1@a...>
 
@@ -36,7 +36,7 @@ Wed Jul 22 17:50:35 2015  SHIBATA Hirosh https://github.com/ruby/ruby/blob/trunk/ChangeLog#L36
 Wed Jul 22 15:48:47 2015  SHIBATA Hiroshi  <hsbt@r...>
 
 	* test/ruby/test_range.rb: Add test case for Range#end with
-	  exclude_end true case. [fix GH-968] Pach by @yui-knk
+	  exclude_end true case. [fix GH-968] Patch by @yui-knk
 
 Wed Jul 22 09:45:31 2015  Maksim Sitnikov  <sitnikovme@u...>
 
@@ -75,7 +75,7 @@ Wed Jul 22 07:24:18 2015  Koichi Sasada https://github.com/ruby/ruby/blob/trunk/ChangeLog#L75
 
 	* internal.h: add imemo_type::imemo_iseq.
 
-	* iseq.c: define RubyVM::InstructionSequnce as T_OBJECT.
+	* iseq.c: define RubyVM::InstructionSequence as T_OBJECT.
 	  Methods are implemented by functions named iseqw_....
 
 	* load.c (rb_load_internal0): rb_iseq_new_top() returns

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

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