mirror of
https://github.com/osmarks/ngircd.git
synced 2025-01-31 17:49:11 +00:00
Fix spelling
This commit is contained in:
parent
646a97de5f
commit
a95d3e05e7
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user