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

ruby-changes:31137

From: kazu <ko1@a...>
Date: Wed, 9 Oct 2013 22:23:13 +0900 (JST)
Subject: [ruby-changes:31137] kazu:r43216 (trunk): fix typos

kazu	2013-10-09 22:23:07 +0900 (Wed, 09 Oct 2013)

  New Revision: 43216

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

  Log:
    fix typos

  Modified files:
    trunk/ChangeLog
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 43215)
+++ ChangeLog	(revision 43216)
@@ -5,7 +5,7 @@ Wed Oct  9 18:03:01 2013  Nobuyoshi Naka https://github.com/ruby/ruby/blob/trunk/ChangeLog#L5
 
 Wed Oct  9 17:40:16 2013  Nobuyoshi Nakada  <nobu@r...>
 
-	* string.c (rb_fstring): because of lazy sweep, str may be unmaked
+	* string.c (rb_fstring): because of lazy sweep, str may be unmarked
 	  already and swept at next time, so mark it for the time being.
 	  [ruby-core:57756]
 
@@ -14,7 +14,7 @@ Wed Oct  9 13:53:14 2013  Nobuyoshi Naka https://github.com/ruby/ruby/blob/trunk/ChangeLog#L14
 	* compar.c (cmp_eq): fail if recursion.  [ruby-core:57736] [Bug #9003]
 
 	* thread.c (rb_exec_recursive_paired_outer): new function which is
-	  combinnation of paired and outer variants.
+	  combination of paired and outer variants.
 
 Wed Oct  9 09:18:14 2013  Koichi Sasada  <ko1@a...>
 

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

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