1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-06-28 20:05:08 +03:00

spelling: communication

This commit is contained in:
Josh Soref 2018-02-28 02:58:26 +00:00
parent 7978ec8108
commit 52304cb8ca

View File

@ -1576,7 +1576,7 @@ bool ServerAccept(CONNECTION *c)
if (hub->ForceDisableComm) if (hub->ForceDisableComm)
{ {
// Commnunication function is disabled // Communication function is disabled
FreePack(p); FreePack(p);
c->Err = ERR_SERVER_CANT_ACCEPT; c->Err = ERR_SERVER_CANT_ACCEPT;
error_detail = "ERR_COMM_DISABLED"; error_detail = "ERR_COMM_DISABLED";