aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-05-18 13:40:51 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-05-18 13:40:51 +0000
commit6a1b5c6cda2ec8e98f7cd7a9180febda3fd3f2fe (patch)
treef7e1a038ef96b6ef2e8b491a1e9ab1a9fe24086d
parentae4a7ade8df9f56e0c3dc302118464ff43fd7292 (diff)
downloadruby-6a1b5c6cda2ec8e98f7cd7a9180febda3fd3f2fe.tar.gz
fix a typo [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55064 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b6ffb31a95..bafa4fd62b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -142,7 +142,7 @@ Wed May 18 01:57:43 2016 NARUSE, Yui <naruse@ruby-lang.org>
* re.c (match_values_at): MatchData#values_at supports named captures
[Feature #9179]
- * re.c (namev_to_backref_number): separeted.
+ * re.c (namev_to_backref_number): separated.
Wed May 18 00:05:00 2016 Kenta Murata <mrkn@mrkn.jp>