From 090f6b50000077f38c48735d6531f1fab4ed22b2 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Wed, 28 Feb 2018 03:55:25 +0000 Subject: [PATCH] spelling: incoming --- src/Cedar/winpcap/pcap-bpf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cedar/winpcap/pcap-bpf.h b/src/Cedar/winpcap/pcap-bpf.h index 6e5d64af..0a32addc 100644 --- a/src/Cedar/winpcap/pcap-bpf.h +++ b/src/Cedar/winpcap/pcap-bpf.h @@ -445,7 +445,7 @@ struct bpf_version { * interface (irdaX), but not on a raw serial port. * Note the capture is done in "Linux-cooked" mode, so each packet include * a fake packet header (struct sll_header). This is because IrDA packet - * decoding is dependant on the direction of the packet (incomming or + * decoding is dependant on the direction of the packet (incoming or * outgoing). * When/if other platform implement IrDA capture, we may revisit the * issue and define a real DLT_IRDA...