aboutsummaryrefslogtreecommitdiff
path: root/pcap-npf.c
diff options
context:
space:
mode:
authorJosh Soref <2119212+jsoref@users.noreply.github.com>2023-06-13 11:47:14 -0400
committerfxlb <devel.fx.lebail@orange.fr>2023-06-25 17:15:12 +0000
commitb6ba74a607afe92f60d5dac58486e3eba0234279 (patch)
tree103dabb5dc3af22c8e70eb589e6150b9e85d2883 /pcap-npf.c
parenta6a998858e522b158e2d8a27302f14a4d6bf214e (diff)
Fix spelling
* amount * anymore * authentication * availability * bracket * captured * casted * communications * compliant * configurable * cumulate * deinitialize * descriptors * didn't * disassembler * disassociate * distributions * divvy * doing * entries * everything * explicitly * explosion * expression * extracting * failed * family * find * github * global * implementations * incorrectly * intel * interlocked * justifying * know * launched * libraries * malloced * mask * maximum * network * nonexistent * number * occurred * optimizer * overflow * overwrite lower * packet * packetfilter * packets * parse hosts * payload * phase * programmers * promiscuous * protocol * receiving * redefinition * sampling * savefile * schwartz * should * snapshot * something * specifies * straightforward * stream * subdir * support * surrogate * suse * system is * test with * than * those * unmaintained * valid * way * western * wireshark Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Diffstat (limited to 'pcap-npf.c')
-rw-r--r--pcap-npf.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/pcap-npf.c b/pcap-npf.c
index 8ed299c1..75be3811 100644
--- a/pcap-npf.c
+++ b/pcap-npf.c
@@ -1319,7 +1319,7 @@ pcap_activate_npf(pcap_t *p)
DWORD errcode = GetLastError();
/*
- * Suppress spurious error generated by non-compiant
+ * Suppress spurious error generated by non-compliant
* MS Surface mobile adapters that appear to
* return NDIS_STATUS_NOT_SUPPORTED for attempts
* to set the hardware filter.
@@ -1394,7 +1394,7 @@ pcap_activate_npf(pcap_t *p)
DWORD errcode = GetLastError();
/*
- * Suppress spurious error generated by non-compiant
+ * Suppress spurious error generated by non-compliant
* MS Surface mobile adapters.
*/
if (errcode != (NDIS_STATUS_NOT_SUPPORTED|NT_STATUS_CUSTOMER_DEFINED))
@@ -1593,7 +1593,7 @@ pcap_activate_npf(pcap_t *p)
* that the caller can do anything useful with it.
*
* (Not that we make any general guarantee of that
- * sort on UN*X, either, any more, given that not
+ * sort on UN*X, either, anymore, given that not
* all capture devices are regular OS network
* interfaces.)
*/