aboutsummaryrefslogtreecommitdiffstats
path: root/lib/drb
diff options
context:
space:
mode:
authora_matsuda <a_matsuda@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-11-29 18:13:34 +0000
committera_matsuda <a_matsuda@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-11-29 18:13:34 +0000
commitef510b4f5bbbce667ab404ebe53936161cf95d7f (patch)
tree1e104494632ca653eceea65a1286d02a86a05de8 /lib/drb
parentb72256f91c7ad0be9d6d33b22b0781f181163380 (diff)
downloadruby-ef510b4f5bbbce667ab404ebe53936161cf95d7f.tar.gz
* 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
Diffstat (limited to 'lib/drb')
-rw-r--r--lib/drb/ssl.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/drb/ssl.rb b/lib/drb/ssl.rb
index 35f9e2f110..82a9c7ce90 100644
--- a/lib/drb/ssl.rb
+++ b/lib/drb/ssl.rb
@@ -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)