aboutsummaryrefslogtreecommitdiffstats
path: root/lib/webrick/httpauth
diff options
context:
space:
mode:
Diffstat (limited to 'lib/webrick/httpauth')
-rw-r--r--lib/webrick/httpauth/digestauth.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/webrick/httpauth/digestauth.rb b/lib/webrick/httpauth/digestauth.rb
index aac87a06df..1c6942be8b 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