summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-01-05 19:50:33 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-01-05 19:50:33 +0000
commit7d079c99148010f8657fec7882785ff8d521bd7e (patch)
treed9595694fd23b7aac0ea5f0a63157d17c1f06d9d
parent46662e673740c714b1cc86f86e05c1743d31092d (diff)
* ChangeLog: fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30461 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index af01e891d8..d9aa1d485b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -56,7 +56,7 @@ Sat Jan 1 11:03:58 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
* misc/README (rb_optparse.{bash,zsh}): for shell completion.
- * include/ruby/intern.h (VALUE rb_ary_join): I have never seen
+ * include/ruby/intern.h (VALUE rb_ary_print_on): I have never seen
this function anywhere.
Sat Jan 1 04:20:11 2011 NARUSE, Yui <naruse@ruby-lang.org>
@@ -175,8 +175,8 @@ Tue Dec 28 01:45:12 2010 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
Mon Dec 27 21:22:33 2010 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
- * win32/configure.bat: Remove obsoleted conding rule. Now, we
- don't support to build on Windows 95/98.
+ * win32/configure.bat: Remove obsoleted coding rule. Now, we
+ don't support to build on Windows 95/98 and Me.
Mon Dec 27 18:27:13 2010 Tanaka Akira <akr@fsij.org>