mirror of
https://github.com/osmarks/ngircd.git
synced 2025-11-22 08:14:49 +00:00
Fix spelling
This commit is contained in:
@@ -155,7 +155,7 @@ IRC_SERVER( CLIENT *Client, REQUEST *Req )
|
|||||||
if (strchr(Client_Flags(Client), 'Z')
|
if (strchr(Client_Flags(Client), 'Z')
|
||||||
&& !Zip_InitConn(Client_Conn(Client))) {
|
&& !Zip_InitConn(Client_Conn(Client))) {
|
||||||
Conn_Close(Client_Conn(Client),
|
Conn_Close(Client_Conn(Client),
|
||||||
"Can't inizialize compression (zlib)!",
|
"Can't initialize compression (zlib)!",
|
||||||
NULL, false );
|
NULL, false );
|
||||||
return DISCONNECTED;
|
return DISCONNECTED;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user