From 055e4558bdd9f49720789dba7363fe785444f453 Mon Sep 17 00:00:00 2001 From: usa Date: Wed, 29 Dec 2010 09:26:12 +0000 Subject: [PATCH] * ChangeLog: typo. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30419 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1c767078bc..a2680393fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ Wed Dec 29 18:23:46 2010 NAKAMURA Usaku - * re.c (rb_reg_expr_str): need to escape if the coderage is invalid. + * re.c (rb_reg_expr_str): need to escape if the coderange is invalid. Wed Dec 29 10:06:51 2010 Tanaka Akira