]> The Tcpdump Group git mirrors - libpcap/commitdiff
Fix a typo
authorFrancois-Xavier Le Bail <[email protected]>
Sun, 20 Mar 2022 20:25:34 +0000 (21:25 +0100)
committerFrancois-Xavier Le Bail <[email protected]>
Sun, 20 Mar 2022 20:27:26 +0000 (21:27 +0100)
(cherry picked from commit c967f2a08f96ae0c4257f74d7ebaeef7df252c6d)

pcap-dag.c

index 8be9d89284f46f40cdf27e0e9ad3fd432c85cdd4..b7a741631b3b0717a2ae4f92f6e5169215c4e62f 100644 (file)
@@ -796,7 +796,7 @@ static int dag_activate(pcap_t* p)
                if (errno == ENOENT) {
                        /*
                         * There's nothing more to say, so clear
-                        * the error mesage.
+                        * the error message.
                         */
                        ret = PCAP_ERROR_NO_SUCH_DEVICE;
                        p->errbuf[0] = '\0';