summaryrefslogtreecommitdiff
path: root/pcap-netfilter-linux.c
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2020-12-12 15:58:48 +0100
committerFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2020-12-12 15:59:40 +0100
commitcb69b4d7bd006559e501ac1bdf7f92e12579a4b3 (patch)
tree48164ca841725fb3bda2b963b3146e9586af5180 /pcap-netfilter-linux.c
parentbcd6c3fe46716a87bfd9c8b090e8129787e4c73a (diff)
downloadlibpcap-cb69b4d7bd006559e501ac1bdf7f92e12579a4b3.tar.gz
Fix some typos
[skip ci]
Diffstat (limited to 'pcap-netfilter-linux.c')
-rw-r--r--pcap-netfilter-linux.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/pcap-netfilter-linux.c b/pcap-netfilter-linux.c
index cdd6d7fc..17f528fc 100644
--- a/pcap-netfilter-linux.c
+++ b/pcap-netfilter-linux.c
@@ -56,13 +56,13 @@
#include <linux/netfilter/nfnetlink_log.h>
#include <linux/netfilter/nfnetlink_queue.h>
-/* NOTE: if your program drops privilages after pcap_activate() it WON'T work with nfqueue.
+/* NOTE: if your program drops privileges after pcap_activate() it WON'T work with nfqueue.
* It took me quite some time to debug ;/
*
- * Sending any data to nfnetlink socket requires CAP_NET_ADMIN privilages,
+ * Sending any data to nfnetlink socket requires CAP_NET_ADMIN privileges,
* and in nfqueue we need to send verdict reply after recving packet.
*
- * In tcpdump you can disable dropping privilages with -Z root
+ * In tcpdump you can disable dropping privileges with -Z root
*/
#include "pcap-netfilter-linux.h"