ruby-changes:32012
From: a_matsuda <ko1@a...>
Date: Mon, 9 Dec 2013 16:04:48 +0900 (JST)
Subject: [ruby-changes:32012] a_matsuda:r44091 (trunk): * lib/xmlrpc/httpserver.rb: [DOC] Fix typo
a_matsuda 2013-12-09 16:04:43 +0900 (Mon, 09 Dec 2013) New Revision: 44091 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=44091 Log: * lib/xmlrpc/httpserver.rb: [DOC] Fix typo s/authentification/authentication/ [ci skip] Modified files: trunk/lib/xmlrpc/httpserver.rb Index: lib/xmlrpc/httpserver.rb =================================================================== --- lib/xmlrpc/httpserver.rb (revision 44090) +++ lib/xmlrpc/httpserver.rb (revision 44091) @@ -134,7 +134,7 @@ private https://github.com/ruby/ruby/blob/trunk/lib/xmlrpc/httpserver.rb#L134 # 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 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/