summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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.