From ef510b4f5bbbce667ab404ebe53936161cf95d7f Mon Sep 17 00:00:00 2001 From: a_matsuda Date: Fri, 29 Nov 2013 18:13:34 +0000 Subject: * 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 --- lib/drb/ssl.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3