home · contact · privacy
Client: Abort test_ping_pong() earlier when server known to be active.
[plomrogue] / src / client / io.h
index 344a8eebb793950688f367d6f9b9d38f6d6a4412..33fc671ec6fd8f9ea749012b73d4e9a84a9b6517 100644 (file)
@@ -20,7 +20,7 @@
  */
 extern void send(char * msg);
 
-/* Keep checking for user input, a changed worldstate file and the server's
+/* Keep checking for user input, a changed worldstate file, and the server's
  * wakefulness. Update client's world representation on worldstate file changes.
  * Manipulate the client and send commands to server based on the user input as
  * interpreted by the control.h library.