From 33e1eac6e979e8a3d76bb1b101c55f3ce3caa365 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 15 Dec 2006 13:39:12 +0000 Subject: * ChangeLog: typo. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@11393 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b21c6b90c..1017c8ccd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -302,7 +302,7 @@ Sun Oct 22 16:47:56 2006 Nobuyoshi Nakada * 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 -- cgit