mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/xmlrpc/httpserver.rb: [DOC] Fix typo
s/authentification/authentication/ [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44091 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
e759e2739b
commit
28fd53d2de
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ private
|
|||
# If an Exception is raised while handling the request, the client will receive
|
||||
# a 500 "Internal Server Error" message.
|
||||
def serve(io) # :doc:
|
||||
# perform IP authentification
|
||||
# perform IP authentication
|
||||
unless @handler.ip_auth_handler(io)
|
||||
io << http_resp(403, "Forbidden")
|
||||
return
|
||||
|
|
Loading…
Reference in a new issue