summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-07-27 08:13:03 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-07-27 08:13:03 +0000
commitaef16b8f5b1d36be751bbe73ac4ab874d88d9c64 (patch)
treedfa68444e7e23170c97545de9032eed87e01fa29 /ChangeLog
parent30f5e8caee4d565733d1a93d1ef27840c2b0a3d7 (diff)
fix a typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42200 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 82da10e9e6..f07239c62a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -102,7 +102,7 @@ Thu Jul 25 17:53:18 2013 NARUSE, Yui <naruse@ruby-lang.org>
Thu Jul 25 17:49:42 2013 NARUSE, Yui <naruse@ruby-lang.org>
- * re.c (rb_reg_to_s): convert closing parenthes to the target encoding
+ * re.c (rb_reg_to_s): convert closing parenthesis to the target encoding
if it is ASCII incompatible encoding. [ruby-core:56063] [Bug #8650]
Thu Jul 25 17:21:21 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>