diff options
author | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2022-08-01 16:43:46 +0200 |
---|---|---|
committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2022-08-01 16:53:16 +0200 |
commit | 726a55c484df65261dd07bbe66f5146acb692c5a (patch) | |
tree | 522d86d373e720485ac7d1ac188f24f478da914b /pcap | |
parent | aa4fd0d411239f5cc98f0ae14018d3ad91a5ee15 (diff) |
Fix some typos
[skip ci]
Diffstat (limited to 'pcap')
-rw-r--r-- | pcap/pcap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcap/pcap.h b/pcap/pcap.h index 546a3bfd..030b582c 100644 --- a/pcap/pcap.h +++ b/pcap/pcap.h @@ -71,7 +71,7 @@ /* * Some software that uses libpcap/WinPcap/Npcap defines _MSC_VER before - * includeing pcap.h if it's not defined - and it defines it to 1500. + * including pcap.h if it's not defined - and it defines it to 1500. * (I'm looking at *you*, lwIP!) * * Attempt to detect this, and undefine _MSC_VER so that we can *reliably* |