From f002d162f971815de40ff7191e9d936a37aebcfc Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Wed, 28 Feb 2018 03:41:39 +0000 Subject: [PATCH] spelling: except --- src/Cedar/winpcap/pcap-int.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cedar/winpcap/pcap-int.h b/src/Cedar/winpcap/pcap-int.h index 1ffcd03f..81a9b349 100644 --- a/src/Cedar/winpcap/pcap-int.h +++ b/src/Cedar/winpcap/pcap-int.h @@ -128,7 +128,7 @@ struct pcap_md { \brief It keeps the number of packets that have been received by the application. Packets dropped by the kernel buffer are not counted in this variable. The variable is always - equal to (TotAccepted - TotDrops), exept for the case of remote capture, in which we have also + equal to (TotAccepted - TotDrops), except for the case of remote capture, in which we have also packets in fligh, i.e. that have been transmitted by the remote host, but that have not been received (yet) from the client. In this case, (TotAccepted - TotDrops - TotNetDrops) gives a wrong result, since this number does not corresponds always to the number of packet received by