mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/rdoc.rb: massive spelling correction patch from Evan Farrar
<evanfarrar at gmail.com> in [ruby-doc:1382] applied. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@16811 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
9e64df56ba
commit
6a7b828892
30 changed files with 48 additions and 53 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue