1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

fix typos

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30828 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2011-02-08 23:33:43 +00:00
parent 1e4bc19a91
commit cf67952602

View file

@ -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>