From: Francois-Xavier Le Bail Date: Sat, 10 Sep 2022 12:40:27 +0000 (+0200) Subject: npf: Fix a typo in a comment X-Git-Tag: libpcap-1.10.2~59 X-Git-Url: https://git.tcpdump.org/libpcap/commitdiff_plain/a00254b88366b134c2a19648fe6e97d1afeaaa2c npf: Fix a typo in a comment (cherry picked from commit 08087eecaf1e05cf9fdee6c442b365636bba615a) [skip ci] --- diff --git a/pcap-npf.c b/pcap-npf.c index 0f220d64..8d21690e 100644 --- a/pcap-npf.c +++ b/pcap-npf.c @@ -2113,7 +2113,7 @@ get_if_flags(const char *name, bpf_u_int32 *flags, char *errbuf) *flags |= PCAP_IF_WIRELESS; /* - * A "network assosiation state" makes no sense for airpcap. + * A "network association state" makes no sense for airpcap. */ *flags |= PCAP_IF_CONNECTION_STATUS_NOT_APPLICABLE; PacketCloseAdapter(adapter);