aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-02-05 04:36:18 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-02-05 04:36:18 +0000
commit135bbdcdc704c6d6b3c86a0af188c4413fbd0640 (patch)
treee2b28a3f84f57d02fe2656aa1e87dd12d2cb2083 /ChangeLog
parent3889ce2d156bef45c1f05463fc2cd54a309a1e7e (diff)
downloadruby-135bbdcdc704c6d6b3c86a0af188c4413fbd0640.tar.gz
fix typos
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44829 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 773d07e38c..76b98f64ca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -24,7 +24,7 @@ Wed Feb 5 12:54:25 2014 Koichi Sasada <ko1@atdot.net>
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 <ko1@atdot.net>
Tue Feb 4 16:09:14 2014 Koichi Sasada <ko1@atdot.net>
- * 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 Nakada <nobu@ruby-lang.org>
Tue Feb 4 12:55:31 2014 Nobuyoshi Nakada <nobu@ruby-lang.org>
* 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@ruby-lang.org>