aboutsummaryrefslogtreecommitdiffstats
path: root/lib/xmlrpc
diff options
context:
space:
mode:
authora_matsuda <a_matsuda@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-08 03:51:11 +0000
committera_matsuda <a_matsuda@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-08 03:51:11 +0000
commit2aa57843f25f4ec73a46744feb7329228623aa2d (patch)
treeda56c680b08dbb5521d40eac0308bbb8ad3f2e2b /lib/xmlrpc
parent3dd248f13d47d708b2e3dcf92ab46937c033f67b (diff)
downloadruby-2aa57843f25f4ec73a46744feb7329228623aa2d.tar.gz
* 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
Diffstat (limited to 'lib/xmlrpc')
-rw-r--r--lib/xmlrpc/client.rb2
1 files changed, 1 insertions, 1 deletions
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?