summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNan Xiao <nan@chinadtrace.org>2019-11-14 10:05:44 +0800
committerGuy Harris <guy@alum.mit.edu>2019-11-17 17:24:00 -0800
commit0cda29fb1c560a099ba1ff612a601fd78ef481a1 (patch)
treee22a470cd3a60fb85c9241f4271455ef914139f3
parentd41ffd0405437bb5e509d441a06c1303eb014fd6 (diff)
downloadlibpcap-0cda29fb1c560a099ba1ff612a601fd78ef481a1.tar.gz
Fix typo in pcap/pcap.h.
(cherry picked from commit 9df3a2ff0602c9129407a1f6de677c606ea7c6a5)
-rw-r--r--pcap/pcap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcap/pcap.h b/pcap/pcap.h
index 3045bc8e..4efd2f58 100644
--- a/pcap/pcap.h
+++ b/pcap/pcap.h
@@ -797,7 +797,7 @@ PCAP_API void bpf_dump(const struct bpf_program *, int);
#define RPCAP_RMTAUTH_PWD 1
/*
- * This structure keeps the information needed to autheticate the user
+ * This structure keeps the information needed to authenticate the user
* on a remote machine.
*
* The remote machine can either grant or refuse the access according