Vanilla Development Maling List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS update: metaserver



Date:	Wednesday March 24, 1999 @ 4:03
Author:	frankn

Update of /home/netrek/cvsroot/metaserver
In directory cvs.castle.real-time.com:/var/tmp/cvs-serv2677

Modified Files:
	disp_udp.c 
Log Message:
Fixed typo in comment.


****************************************

Index: metaserver/disp_udp.c
diff -u metaserver/disp_udp.c:1.4 metaserver/disp_udp.c:1.5
--- metaserver/disp_udp.c:1.4	Wed Jan  6 03:16:00 1999
+++ metaserver/disp_udp.c	Wed Mar 24 04:03:42 1999
@@ -45,7 +45,7 @@
 	if (sp->status == SS_WORKING) continue;
 
         /* this if structure is to satisfy COW's server filtering based on */
-        /* the TCP ouput of the metaserver. TCP was text, this is only #s */
+        /* the TCP output of the metaserver. TCP was text, this is only #s */
         if (sp->status == SS_NOCONN )
           extendedstatus = (sp->why_dead == WD_TIMEOUT) ? 6 : 4;
         else