Fix spelling

This commit is contained in:
Federico G. Schwindt 2013-08-04 03:15:27 +01:00
parent 646a97de5f
commit a95d3e05e7
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ IRC_SERVER( CLIENT *Client, REQUEST *Req )
if (strchr(Client_Flags(Client), 'Z')
&& !Zip_InitConn(Client_Conn(Client))) {
Conn_Close(Client_Conn(Client),
"Can't inizialize compression (zlib)!",
"Can't initialize compression (zlib)!",
NULL, false );
return DISCONNECTED;
}