From 3de30063a84ddadba4b33eae5a4479927031a800 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Wed, 28 Feb 2018 02:48:50 +0000 Subject: [PATCH] spelling: check --- src/Cedar/Admin.c | 2 +- src/See/Write.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Cedar/Admin.c b/src/Cedar/Admin.c index f1495a23..bfa0a7b0 100644 --- a/src/Cedar/Admin.c +++ b/src/Cedar/Admin.c @@ -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); diff --git a/src/See/Write.c b/src/See/Write.c index a2f1244b..50d28696 100644 --- a/src/See/Write.c +++ b/src/See/Write.c @@ -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");)