]> The Tcpdump Group git mirrors - libpcap/commitdiff
npf: Fix a typo in a comment
authorFrancois-Xavier Le Bail <[email protected]>
Sat, 10 Sep 2022 12:40:27 +0000 (14:40 +0200)
committerFrancois-Xavier Le Bail <[email protected]>
Sat, 10 Sep 2022 12:43:03 +0000 (14:43 +0200)
(cherry picked from commit 08087eecaf1e05cf9fdee6c442b365636bba615a)

[skip ci]

pcap-npf.c

index 0f220d64ff304b2179e16a8c5fd1df2d77133a3f..8d21690ef6c4a9fadb3a9e1e60a210a793a51860 100644 (file)
@@ -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);