Browse Source

[2738] corrected a trivial typo

JINMEI Tatuya 12 years ago
parent
commit
dfe737706f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/design/ipc-high.txt

+ 1 - 1
doc/design/ipc-high.txt

@@ -27,7 +27,7 @@ Addressing
 We can specify the recipient in two different ways:
 
  * Directly. Each connected client has an unique address. A message
-   addressed to that addressed is sent only to the one client.
+   addressed to that address is sent only to the one client.
  * By a group. A client might subscribe to any number of groups.
    When a message is sent to the group, all clients subscribed to the
    group receive it. It is legal to send to an empty group.