aboutsummaryrefslogtreecommitdiffstats
path: root/lib/xmlrpc/httpserver.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/xmlrpc/httpserver.rb')
-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