aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-02-08 23:33:43 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-02-08 23:33:43 +0000
commitcf679526021fd66798ade296d74822592ba7ed8e (patch)
tree4cfb6f6ffffe39c5c476bc1a0f629ae8b069a3e0 /ChangeLog
parent1e4bc19a91d9634c02cec284811b4c7b1b77f9a3 (diff)
downloadruby-cf679526021fd66798ade296d74822592ba7ed8e.tar.gz
fix typos
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30828 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files 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 <akr@fsij.org>
Fri Feb 4 12:11:51 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
- * 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 <kosaki.motohiro@gmail.com>
@@ -257,7 +257,7 @@ Thu Feb 3 07:02:16 2011 Aaron Patterson <aaron@tenderlovemaking.com>
Wed Feb 2 17:09:22 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
- * 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 <drbrain@segment7.net>