From 2aa57843f25f4ec73a46744feb7329228623aa2d Mon Sep 17 00:00:00 2001 From: a_matsuda Date: Sun, 8 Dec 2013 03:51:11 +0000 Subject: * lib/xmlrpc/client.rb: [DOC] Fix typo s/explicitely/explicitly/ [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44061 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/xmlrpc/client.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/xmlrpc/client.rb b/lib/xmlrpc/client.rb index ced3d0183f..a0d2a13557 100644 --- a/lib/xmlrpc/client.rb +++ b/lib/xmlrpc/client.rb @@ -476,7 +476,7 @@ module XMLRPC # :nodoc: } 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? -- cgit v1.2.3