Bläddra i källkod

fix typo in netarch.txt

Mészáros Mihály 7 år sedan
förälder
incheckning
6618ea3c9a
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      netarch.txt

+ 1 - 1
netarch.txt

@@ -50,7 +50,7 @@ open_client_connection_session() and where and how it is called in various cases
 for reference.
 for reference.
 
 
 The listeners (and the relay servers) configuration is initiated in the function
 The listeners (and the relay servers) configuration is initiated in the function
-setup_servers() in netengine.c. First, setup_listener() creates the necessary generic 
+setup_server() in netengine.c. First, setup_listener() creates the necessary generic 
 data structures for the listeners. Second, network-engine-specific functions associate 
 data structures for the listeners. Second, network-engine-specific functions associate 
 listeners with the execution threads and with the relay servers.
 listeners with the execution threads and with the relay servers.