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

ruby-changes:32750

From: kazu <ko1@a...>
Date: Wed, 5 Feb 2014 13:36:23 +0900 (JST)
Subject: [ruby-changes:32750] kazu:r44829 (trunk): fix typos

kazu	2014-02-05 13:36:18 +0900 (Wed, 05 Feb 2014)

  New Revision: 44829

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

  Log:
    fix typos

  Modified files:
    trunk/ChangeLog
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 44828)
+++ ChangeLog	(revision 44829)
@@ -24,7 +24,7 @@ Wed Feb  5 12:54:25 2014  Koichi Sasada https://github.com/ruby/ruby/blob/trunk/ChangeLog#L24
 	  Use FL_UNSET() with STR_SHARED.
 
 	* string.c (rb_str_capacity): check STR_SHARED directly
-	  beacuse it is not a embed string.
+	  because it is not a embed string.
 
 	* string.c (rb_str_modify_expand): ditto.
 
@@ -87,7 +87,7 @@ Tue Feb  4 16:16:58 2014  Koichi Sasada https://github.com/ruby/ruby/blob/trunk/ChangeLog#L87
 
 Tue Feb  4 16:09:14 2014  Koichi Sasada  <ko1@a...>
 
-	* string.c: remvoe STR_ASSOC related code.
+	* string.c: remove STR_ASSOC related code.
 	  By r44804, string objects can not have STR_ASSOC flag.
 
 	* internal.h: ditto.
@@ -104,7 +104,7 @@ Tue Feb  4 14:07:20 2014  Nobuyoshi Naka https://github.com/ruby/ruby/blob/trunk/ChangeLog#L104
 Tue Feb  4 12:55:31 2014  Nobuyoshi Nakada  <nobu@r...>
 
 	* string.c (rb_str_modify_expand): enable capacity and disable
-	  assocation with packed objects when setting capa, so that
+	  association with packed objects when setting capa, so that
 	  pack("p") string fails to unpack properly after modified.
 
 Tue Feb  4 12:45:15 2014  Nobuyoshi Nakada  <nobu@r...>

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

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