From a2f41c54ef2014c7fe2837ad2c6be232eb8efa37 Mon Sep 17 00:00:00 2001 From: mame Date: Fri, 31 Oct 2008 12:31:22 +0000 Subject: * lib/webrick/httpauth/digestauth.rb (WEBrick::HTTPAuth::DigestAuth#initialize): fix typo. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20078 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5f5a2eb5d..3cdf63a9c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Oct 31 21:28:14 2008 Yusuke Endoh + + * lib/webrick/httpauth/digestauth.rb + (WEBrick::HTTPAuth::DigestAuth#initialize): fix typo. + Fri Oct 31 18:51:42 2008 Yuki Sonoda (Yugui) * test/ruby/test_array.rb (test_array_subclass): test for r20076. -- cgit