From 28fd53d2de233593f77d8f19f2ec694fba84b2a2 Mon Sep 17 00:00:00 2001 From: a_matsuda Date: Mon, 9 Dec 2013 07:04:43 +0000 Subject: [PATCH] * 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 --- lib/xmlrpc/httpserver.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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