From 25f8578b13a85fa0b64eee55c51b270528047c4a Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 22 Jun 2003 10:40:05 +0000 Subject: [PATCH] typo in date, reported by daz. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3978 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 07b1b1d3a7..17d581e168 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3832,7 +3832,7 @@ Wed Dec 11 00:45:00 2002 Yukihiro Matsumoto * lib/getoptlong.rb (GetoptLong::Error): provide a common ancestor for GetoptLong error classes (RCR#129). -Tue Dec 10 17:42:39 2002 2002 K.Kosako +Tue Dec 10 17:42:39 2002 K.Kosako * re.c (rb_reg_copy_object): fixed memory leak. @@ -12317,7 +12317,7 @@ Tue Mar 20 15:10:00 2001 Yukihiro Matsumoto * dir.c (dir_s_glob): gives warning if no match found. -Tue Mar 20 14:13:45 Koji Arai +Tue Mar 20 14:13:45 2001 Koji Arai * object.c (sym_inspect): did allocate extra byte space.