* 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
This commit is contained in:
a_matsuda 2013-12-08 03:51:11 +00:00
Родитель 3dd248f13d
Коммит 2aa57843f2
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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?