From cf679526021fd66798ade296d74822592ba7ed8e Mon Sep 17 00:00:00 2001 From: kazu Date: Tue, 8 Feb 2011 23:33:43 +0000 Subject: [PATCH] fix typos git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30828 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 93a9d814af..bc27f6f5c8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -181,7 +181,7 @@ Fri Feb 4 19:14:27 2011 Tanaka Akira Fri Feb 4 12:11:51 2011 KOSAKI Motohiro - * string.c (str_utf8_nth): fixed a conditon of optimized lead + * string.c (str_utf8_nth): fixed a condition of optimized lead byte counting. [Bug #4366][ruby-dev:43170] Fri Feb 4 01:50:13 2011 KOSAKI Motohiro @@ -257,7 +257,7 @@ Thu Feb 3 07:02:16 2011 Aaron Patterson Wed Feb 2 17:09:22 2011 KOSAKI Motohiro - * io.c (rb_io_fdatasync): Use fsync(2) if if the underlying + * io.c (rb_io_fdatasync): Use fsync(2) if the underlying operating system does not support fdatasync(2). Wed Feb 2 14:51:08 2011 Eric Hodel