Browse Source

[801] Editorial fixes

Michal 'vorner' Vaner 14 years ago
parent
commit
c9d7e29600
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/bin/bind10/creatorapi.txt

+ 2 - 2
src/bin/bind10/creatorapi.txt

@@ -7,7 +7,7 @@ ports for now, but we should have some function where we can abstract it later.
 
 
 Goals
 Goals
 -----
 -----
-* Be able to request a socket of any combination IP/IPv6 UDP/TCP bound to given
+* Be able to request a socket of any combination IPv4/IPv6 UDP/TCP bound to given
   port and address (sockets that are not bound to anything can be created
   port and address (sockets that are not bound to anything can be created
   without privileges, therefore are not requested from the socket creator).
   without privileges, therefore are not requested from the socket creator).
 * Allow to provide the same socket to multiple modules (eg. multiple running
 * Allow to provide the same socket to multiple modules (eg. multiple running
@@ -52,7 +52,7 @@ started by boss.
 There are two possibilities:
 There are two possibilities:
 * Let the msgq send messages about disconnected clients (eg. group message to
 * Let the msgq send messages about disconnected clients (eg. group message to
   some name). This one is better if we want to migrate to dbus, since dbus
   some name). This one is better if we want to migrate to dbus, since dbus
-  already has this capability as well as sending the sockets inbound (at last it
+  already has this capability as well as sending the sockets inbound (at least it
   seems so on unix) and we could get rid of the unix-domain socket completely.
   seems so on unix) and we could get rid of the unix-domain socket completely.
 * Keep the unix-domain connections open forever. Boss can remember which socket
 * Keep the unix-domain connections open forever. Boss can remember which socket
   was sent to which connection and when the connection closes (because the
   was sent to which connection and when the connection closes (because the