From: JINMEI Tatuya Date: Tue, 2 Apr 2013 19:54:45 +0000 (-0700) Subject: [2738] corrected a trivial typo X-Git-Tag: bind10-1.1.0beta2-release~8^2~17^2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfe737706fed6ca7aac475fb91d988222799b21b;p=thirdparty%2Fkea.git [2738] corrected a trivial typo --- diff --git a/doc/design/ipc-high.txt b/doc/design/ipc-high.txt index 912b05a415..03d9444405 100644 --- a/doc/design/ipc-high.txt +++ b/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.