From 6f10dfaca7af1d69725b8a9c3a5ee011d1a2d2aa Mon Sep 17 00:00:00 2001 From: akr Date: Mon, 3 Jul 2006 08:47:54 +0000 Subject: [PATCH] fix typos. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10459 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index c4fbc0c8c8..b296561ae2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,7 +11,7 @@ Mon Jul 3 10:44:01 2006 Nobuyoshi Nakada Mon Jul 3 05:15:29 2006 GOTOU Yuuzou - * test/openssl/test_asn1.c: String#[]= doesnt't accept Integer. + * test/openssl/test_asn1.c: String#[]= doesn't accept Integer. Mon Jul 3 01:14:15 2006 Yukihiro Matsumoto @@ -38,7 +38,7 @@ Sun Jul 2 18:42:27 2006 Minero Aoki Sun Jul 2 11:22:03 2006 Tanaka Akira * io.c (io_reopen): STDOUT.reopen(filename, "w+") didn't work. - (rb_io_reopen): STDOUT.reopen(File.open(filename, "w+")) didn't work. + (rb_io_reopen): STDOUT.reopen(File.open(filename, "w+")) didn't work. Sat Jul 1 23:55:42 2006 Yukihiro Matsumoto @@ -155,7 +155,7 @@ Tue Jun 27 22:47:18 2006 Hidetoshi NAGAI * ext/tk/tcltklib.c: forgot to update TCLTKLIB_RELEASE_DATE. - * ext/tk/lib/tk.rb (tk_tcl2ruby): [bug fix] somtimes fail to convert + * ext/tk/lib/tk.rb (tk_tcl2ruby): [bug fix] sometimes fail to convert a tcl string to a ruby object if the tcl string includes "\n". Tue Jun 27 20:05:14 2006 Yukihiro Matsumoto