* lib/drb/ssl.rb: [DOC] Fix typo

s/currenly/currently/

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43924 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
a_matsuda 2013-11-29 18:13:34 +00:00
Родитель b72256f91c
Коммит ef510b4f5b
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -299,7 +299,7 @@ module DRb
# +uri+ is the URI we are connected to.
# +soc+ is the tcp socket we are bound to.
# +config+ is our configuration. Either a Hash or SSLConfig
# +is_established+ is a boolean of whether +soc+ is currenly established
# +is_established+ is a boolean of whether +soc+ is currently established
#
# This is called automatically based on the DRb protocol.
def initialize(uri, soc, config, is_established)