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

spelling: check

This commit is contained in:
Josh Soref 2018-02-28 02:48:50 +00:00
parent a38dcaf901
commit 3de30063a8
2 changed files with 2 additions and 2 deletions

View File

@ -13402,7 +13402,7 @@ UINT AdminAccept(CONNECTION *c, PACK *p)
StrCpy(hubname, sizeof(hubname), "");
}
// Cehck source IP address
// Check source IP address
if (CheckAdminSourceAddress(sock, hubname) == false)
{
SLog(c->Cedar, "LA_IP_DENIED", c->Name);

View File

@ -217,7 +217,7 @@ NPF_BufferedWrite(
// Start from the first packet
winpcap_hdr = (struct sf_pkthdr*)UserBuff;
// Chech the consistency of the user buffer
// Check the consistency of the user buffer
if( (PCHAR)winpcap_hdr + winpcap_hdr->caplen + sizeof(struct sf_pkthdr) > EndOfUserBuff )
{
IF_LOUD(DbgPrint("Buffered Write: bogus packet buffer\n");)