From 97270449ebdc3f0c3dea89daaf84d518251ec078 Mon Sep 17 00:00:00 2001 From: nahi Date: Tue, 20 Oct 2009 15:17:37 +0000 Subject: * lib/webrick/httpauth/digestauth.rb: typo in exception message fixed. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25415 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/webrick/httpauth/digestauth.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/webrick/httpauth/digestauth.rb b/lib/webrick/httpauth/digestauth.rb index aac87a06d..1c6942be8 100644 --- a/lib/webrick/httpauth/digestauth.rb +++ b/lib/webrick/httpauth/digestauth.rb @@ -222,7 +222,7 @@ module WEBrick 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 -- cgit