summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-17 16:53:12 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-17 16:53:12 +0000
commitc9fe9f5850358765dbcd414943fd43443a56f094 (patch)
treed389bb3c052fdb3c0bdf1ee5ba0650cd06d74c24 /ChangeLog
parent1ec5dcdd3120eb532ff9bf53d88f5316741f2b69 (diff)
ChangeLog: typo fixed
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14280 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 ae38b28900..1252c37811 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -65,7 +65,7 @@ Mon Dec 17 20:53:27 2007 GOTOU Yuuzou <gotoyuzo@notwork.org>
Mon Dec 17 18:42:23 2007 Yukihiro Matsumoto <matz@ruby-lang.org>
* string.c (scan_once): need no encoding compatibility check.
- it's done inside of re_reg_seach().
+ it's done inside of re_reg_search().
* string.c (rb_str_split_m): ditto.