* lib/rdoc.rb: massive spelling correction patch from Evan Farrar

<evanfarrar at gmail.com> in [ruby-doc:1382] applied.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@16811 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
matz 2008-06-04 09:39:55 +00:00
parent 9e64df56ba
commit 6a7b828892
30 changed files with 48 additions and 53 deletions

View file

@ -47,7 +47,7 @@ module WEBrick
req.header.delete("proxy-authorization")
end
# Some header fields shuold not be transfered.
# Some header fields should not be transferred.
HopByHop = %w( connection keep-alive proxy-authenticate upgrade
proxy-authorization te trailers transfer-encoding )
ShouldNotTransfer = %w( set-cookie proxy-connection )