summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-12-15 13:39:12 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-12-15 13:39:12 +0000
commit937a9cb805ee5967ce9b5a0fb22a40add9597bcc (patch)
tree3e98e5ed3a6f9e25d21f342ecc7a00ee89e265a1 /ChangeLog
parentdf9517ba0d8462fb017583fae88c1b3811e6d073 (diff)
* ChangeLog: typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@11393 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b21c6b90c5..1017c8ccd6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -302,7 +302,7 @@ Sun Oct 22 16:47:56 2006 Nobuyoshi Nakada <nobu@ruby-lang.org>
* string.c (rb_str_substr): should be infected with only original
string, but not the shared string. fixed: [ruby-core:09152]
- * strnig.c (rb_str_new4): keep shared string untainted when orignal
+ * string.c (rb_str_new4): keep shared string untainted when orignal
string is tainted. fixed: [ruby-dev:29672]
Sun Oct 22 05:20:34 2006 URABE Shyouhei <shyouhei@ice.uec.ac.jp>