summaryrefslogtreecommitdiffstats
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
commit1227cf551c2f65392ae7a6e846d77bceb11dc6aa (patch)
tree8709af4f55fc6662dbe6eb00a4c5eea57e3051b9
parentfb9c06648ea347dd9dec253f2ed94db56d34974a (diff)
downloadruby-1227cf551c2f65392ae7a6e846d77bceb11dc6aa.tar.gz
ruby-1227cf551c2f65392ae7a6e846d77bceb11dc6aa.tar.xz
ruby-1227cf551c2f65392ae7a6e846d77bceb11dc6aa.zip
* ChangeLog: typo.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11393 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ec2e0864b..c5677463f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -447,7 +447,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 07:55:11 2006 Yukihiro Matsumoto <matz@ruby-lang.org>