From b6b5af9f3afec4567bc25593a658b12d2d38361a Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 17 Dec 2007 16:53:12 +0000 Subject: ChangeLog: typo fixed git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14280 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ae38b2890..1252c3781 100644 --- a/ChangeLog +++ b/ChangeLog @@ -65,7 +65,7 @@ Mon Dec 17 20:53:27 2007 GOTOU Yuuzou Mon Dec 17 18:42:23 2007 Yukihiro Matsumoto * 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. -- cgit