diff options
| author | Florian Westphal <fw@strlen.de> | 2006-03-11 10:43:49 +0000 |
|---|---|---|
| committer | Florian Westphal <fw@strlen.de> | 2006-03-11 10:43:49 +0000 |
| commit | eedfc35bbccfe1385f3ba15fd1c0e577f9e07299 (patch) | |
| tree | adb2f7cf32a186561c94adbd1ccf0a0b362a56b3 /src | |
| parent | d39d3ec4b90785895c8a156de42283ef0912650c (diff) | |
| download | ngircd-eedfc35bbccfe1385f3ba15fd1c0e577f9e07299.tar.gz ngircd-eedfc35bbccfe1385f3ba15fd1c0e577f9e07299.zip | |
s/gehoert//
Diffstat (limited to 'src')
| -rw-r--r-- | src/ngircd/client.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ngircd/client.c b/src/ngircd/client.c index 67758ea8..b317b5be 100644 --- a/src/ngircd/client.c +++ b/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. */ |