mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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:
parent
b72256f91c
commit
ef510b4f5b
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue