]> The Tcpdump Group git mirrors - libpcap/commitdiff
Fix a typo in pcap.c. 872/head
authorNan Xiao <[email protected]>
Sat, 26 Oct 2019 01:38:45 +0000 (09:38 +0800)
committerGitHub <[email protected]>
Sat, 26 Oct 2019 01:38:45 +0000 (09:38 +0800)
pcap.c

diff --git a/pcap.c b/pcap.c
index 485b84c4f16fe2e2b35664d4763e8b2cdd91e645..8cd9d6b9ed85d6496465a1535e59dd7d10cb9d27 100644 (file)
--- a/pcap.c
+++ b/pcap.c
@@ -2116,7 +2116,7 @@ pcap_create(const char *device, char *errbuf)
                 * string, not a string in the local code page.
                 *
                 * To work around that, we check whether the string
-                * looks as if it might be a UTF-16LE strinh and, if
+                * looks as if it might be a UTF-16LE string and, if
                 * so, convert it back to the local code page's
                 * extended ASCII.
                 *