mirror of
https://github.com/ruby/ruby.git
synced 2025-08-25 14:05:02 +02:00
Fixed misspellings
Fixed misspellings reported at [Bug #16437], for default gems.
This commit is contained in:
parent
e672494cd7
commit
e68999c82c
28 changed files with 39 additions and 39 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue