Browse Source

fix typos in netarch.txt

Mészáros Mihály 8 years ago
parent
commit
44d7d9a34c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      netarch.txt

+ 2 - 2
netarch.txt

@@ -18,7 +18,7 @@ sockets, and relaying those packets, through the relay sockets, to the Peer appl
 relay sockets, and relaying those packets, through the Client sockets, to the Client
 application.
 
-There are other, secondary, interations:
+There are other, secondary, interactions:
 
 1) Communications with the database servers.
 2) Communications with the telnet admin console.
@@ -51,7 +51,7 @@ for reference.
 
 The listeners (and the relay servers) configuration is initiated in the function
 setup_servers() in netengine.c. First, setup_listener() creates the necessary generic 
-data structures for the listeners. Second, network-engine-specific functions accosiate 
+data structures for the listeners. Second, network-engine-specific functions associate 
 listeners with the execution threads and with the relay servers.
 
 There may be multiple listeners in the server, and they may be running in different