Fixed misspellings

Fixed misspellings reported at [Bug #16437], for default gems.
This commit is contained in:
Nobuyoshi Nakada 2019-12-20 12:19:45 +09:00
parent e672494cd7
commit e68999c82c
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60
28 changed files with 39 additions and 39 deletions

View file

@ -214,7 +214,7 @@ module WEBrick
def service(req, res)
# if this class is mounted on "/" and /~username is requested.
# we're going to override path informations before invoking service.
# we're going to override path information before invoking service.
if defined?(Etc) && @options[:UserDir] && req.script_name.empty?
if %r|^(/~([^/]+))| =~ req.path_info
script_name, user = $1, $2