Commit Diff


commit - d39d3ec4b90785895c8a156de42283ef0912650c
commit + eedfc35bbccfe1385f3ba15fd1c0e577f9e07299
blob - 67758ea8b24e843ae82067aa1f67a5f10b23585f
blob + b317b5beb0dcbb045aec7438fdb09602bbf758de
--- src/ngircd/client.c
+++ src/ngircd/client.c
@@ -17,7 +17,7 @@
 
 #include "portab.h"
 
-static char UNUSED id[] = "$Id: client.c,v 1.88 2006/03/11 10:33:30 fw Exp $";
+static char UNUSED id[] = "$Id: client.c,v 1.89 2006/03/11 10:43:49 fw Exp $";
 
 #include "imp.h"
 #include <assert.h>
@@ -568,7 +568,7 @@ Client_ModeDel( CLIENT *Client, char Mode )
 GLOBAL CLIENT *
 Client_GetFromConn( CONN_ID Idx )
 {
-	/* return Client-Structure that belongs to the local Connection Idx gehoert.
+	/* return Client-Structure that belongs to the local Connection Idx.
 	 * If none is found, return NULL.
 	 */