summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authora_matsuda <a_matsuda@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-09 07:04:43 +0000
committera_matsuda <a_matsuda@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-09 07:04:43 +0000
commit28fd53d2de233593f77d8f19f2ec694fba84b2a2 (patch)
tree4c262a45517209e7b3e52bc66b5e6a1d00399854 /lib
parente759e2739b06e2f1ed0e06fed4e9fea1c10c12c0 (diff)
* 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
Diffstat (limited to 'lib')
-rw-r--r--lib/xmlrpc/httpserver.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/xmlrpc/httpserver.rb b/lib/xmlrpc/httpserver.rb
index dd0d7417c1..f7185ff2dd 100644
--- a/lib/xmlrpc/httpserver.rb
+++ b/lib/xmlrpc/httpserver.rb
@@ -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