ruby-changes:13633
From: nahi <ko1@a...>
Date: Wed, 21 Oct 2009 00:18:56 +0900 (JST)
Subject: [ruby-changes:13633] Ruby:r25416 (ruby_1_8): * lib/webrick/httpauth/digestauth.rb: typo in exception message fixed.
nahi 2009-10-21 00:18:39 +0900 (Wed, 21 Oct 2009) New Revision: 25416 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=25416 Log: * lib/webrick/httpauth/digestauth.rb: typo in exception message fixed. Modified files: branches/ruby_1_8/ChangeLog branches/ruby_1_8/lib/webrick/httpauth/digestauth.rb Index: ruby_1_8/ChangeLog =================================================================== --- ruby_1_8/ChangeLog (revision 25415) +++ ruby_1_8/ChangeLog (revision 25416) @@ -1,3 +1,7 @@ +Wed Oct 21 00:28:52 2009 NAKAMURA, Hiroshi <nahi@r...> + + * lib/webrick/httpauth/digestauth.rb: typo in exception message fixed. + Tue Oct 20 16:46:27 2009 NAKAMURA Usaku <usa@r...> * include/ruby/win32.h (finite, scalb): inline'ed non-standard Index: ruby_1_8/lib/webrick/httpauth/digestauth.rb =================================================================== --- ruby_1_8/lib/webrick/httpauth/digestauth.rb (revision 25415) +++ ruby_1_8/lib/webrick/httpauth/digestauth.rb (revision 25416) @@ -222,7 +222,7 @@ end }.join(', ') end - info('%s: authentication scceeded.', auth_req['username']) + info('%s: authentication succeeded.', auth_req['username']) req.user = auth_req['username'] return true end -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/