ruby-changes:31982
From: a_matsuda <ko1@a...>
Date: Sun, 8 Dec 2013 12:51:20 +0900 (JST)
Subject: [ruby-changes:31982] a_matsuda:r44061 (trunk): * lib/xmlrpc/client.rb: [DOC] Fix typo
a_matsuda 2013-12-08 12:51:11 +0900 (Sun, 08 Dec 2013) New Revision: 44061 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=44061 Log: * lib/xmlrpc/client.rb: [DOC] Fix typo s/explicitely/explicitly/ [ci skip] Modified files: trunk/lib/xmlrpc/client.rb Index: lib/xmlrpc/client.rb =================================================================== --- lib/xmlrpc/client.rb (revision 44060) +++ lib/xmlrpc/client.rb (revision 44061) @@ -476,7 +476,7 @@ module XMLRPC # :nodoc: https://github.com/ruby/ruby/blob/trunk/lib/xmlrpc/client.rb#L476 } else # reuse the HTTP object for each call => connection alive is possible - # we must start connection explicitely first time so that http.request + # we must start connection explicitly first time so that http.request # does not assume that we don't want keepalive @http.start if not @http.started? -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/