summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-07-03 08:47:54 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-07-03 08:47:54 +0000
commit9de1d5f921bed86634fcabaa8c6097f3523240da (patch)
treebabac42bfd1316355a9694d82264fd6c0e2e1b7c
parente718e90f13d0546b34533bf14eb8d71d1f31033a (diff)
downloadruby-9de1d5f921bed86634fcabaa8c6097f3523240da.tar.gz
ruby-9de1d5f921bed86634fcabaa8c6097f3523240da.tar.xz
ruby-9de1d5f921bed86634fcabaa8c6097f3523240da.zip
fix typos.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10459 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index c4fbc0c8c..b296561ae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,7 +11,7 @@ Mon Jul 3 10:44:01 2006 Nobuyoshi Nakada <nobu@ruby-lang.org>
Mon Jul 3 05:15:29 2006 GOTOU Yuuzou <gotoyuzo@notwork.org>
- * 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 <matz@ruby-lang.org>
@@ -38,7 +38,7 @@ Sun Jul 2 18:42:27 2006 Minero Aoki <aamine@loveruby.net>
Sun Jul 2 11:22:03 2006 Tanaka Akira <akr@m17n.org>
* 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 <matz@ruby-lang.org>
@@ -155,7 +155,7 @@ Tue Jun 27 22:47:18 2006 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
* 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 <matz@ruby-lang.org>