From b5a0eb6754acfaf6144109319afb88f3754ee70e 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@20078 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/webrick/httpauth/digestauth.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/webrick') diff --git a/lib/webrick/httpauth/digestauth.rb b/lib/webrick/httpauth/digestauth.rb index 2bc3e97817..9510c11d3b 100644 --- a/lib/webrick/httpauth/digestauth.rb +++ b/lib/webrick/httpauth/digestauth.rb @@ -52,7 +52,7 @@ module WEBrick when 'SHA1','SHA1-sess' # it is a bonus feature :-) @h = Digest::SHA1 else - msg = format('Alogrithm "%s" is not supported.', @algorithm) + msg = format('Algorithm "%s" is not supported.', @algorithm) raise ArgumentError.new(msg) end -- cgit v1.2.3