summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-06-07 08:54:18 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-06-07 08:54:18 +0000
commitc7991f9a139e8acfcd45e73780034f56e23b9f33 (patch)
tree1f453101cd21d0359c38b9273ff8a0b975105fcb /ChangeLog
parent5dcba62289e1011a89d03562950b67f220aae3bf (diff)
* ChangeLog: fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@8583 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index af1d7b3523..f43158b304 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,7 +9,7 @@ Tue Jun 7 17:39:54 2005 Yukihiro Matsumoto <matz@ruby-lang.org>
Tue Jun 7 16:32:53 2005 Yukihiro Matsumoto <matz@ruby-lang.org>
* sprintf.c (rb_f_sprintf): raise exception on debug mode (-d),
- not verbose mode (-w/-w). [ruby-core:05123]
+ not verbose mode (-v/-w). [ruby-core:05123]
Tue Jun 7 10:30:49 2005 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>