]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2738] corrected a trivial typo
authorJINMEI Tatuya <jinmei@isc.org>
Tue, 2 Apr 2013 19:54:45 +0000 (12:54 -0700)
committerJINMEI Tatuya <jinmei@isc.org>
Tue, 2 Apr 2013 19:54:45 +0000 (12:54 -0700)
doc/design/ipc-high.txt

index 912b05a415f982efca9aaecc990278a3b661819e..03d94444059845a64a4ff2b8d75facd71b084e77 100644 (file)
@@ -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.