From f12e1bb3fa605f99201e02b80752725839e12e1a Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 4 Jun 2008 09:37:38 +0000 Subject: * lib/rdoc.rb: massive spelling correction patch from Evan Farrar in [ruby-doc:1382] applied. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16810 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/rinda/ring.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/rinda') diff --git a/lib/rinda/ring.rb b/lib/rinda/ring.rb index 5b2d41245..f9ef3d1a5 100644 --- a/lib/rinda/ring.rb +++ b/lib/rinda/ring.rb @@ -19,7 +19,7 @@ module Rinda # 1. A RingServer begins listening on the broadcast UDP address. # 2. A RingFinger sends a UDP packet containing the DRb URI where it will # listen for a reply. - # 3. The RingServer recieves the UDP packet and connects back to the + # 3. The RingServer receives the UDP packet and connects back to the # provided DRb URI with the DRb service. class RingServer @@ -119,7 +119,7 @@ module Rinda end ## - # Contains all discoverd TupleSpaces except for the primary. + # Contains all discovered TupleSpaces except for the primary. def self.to_a finger.to_a -- cgit