ruby-changes:31845
From: a_matsuda <ko1@a...>
Date: Sat, 30 Nov 2013 03:13:39 +0900 (JST)
Subject: [ruby-changes:31845] a_matsuda:r43924 (trunk): * lib/drb/ssl.rb: [DOC] Fix typo
a_matsuda 2013-11-30 03:13:34 +0900 (Sat, 30 Nov 2013) New Revision: 43924 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=43924 Log: * lib/drb/ssl.rb: [DOC] Fix typo s/currenly/currently/ Modified files: trunk/lib/drb/ssl.rb Index: lib/drb/ssl.rb =================================================================== --- lib/drb/ssl.rb (revision 43923) +++ lib/drb/ssl.rb (revision 43924) @@ -299,7 +299,7 @@ module DRb https://github.com/ruby/ruby/blob/trunk/lib/drb/ssl.rb#L299 # +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) -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/