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

spelling: forever

This commit is contained in:
Josh Soref 2018-02-28 03:42:55 +00:00
parent 1aeb00ebcd
commit 8b8934a3cc

View File

@ -1759,7 +1759,7 @@ BOOLEAN PacketSetReadTimeout(LPADAPTER AdapterObject,int timeout)
else
if(timeout == 1)
{
// tell the DAG card to wait forvever
// tell the DAG card to wait forever
AdapterObject->DagReadTimeout.tv_sec = -1;
AdapterObject->DagReadTimeout.tv_usec = -1;
}