aboutsummaryrefslogtreecommitdiff
path: root/pcap-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-linux.c
parentbcd6c3fe46716a87bfd9c8b090e8129787e4c73a (diff)
Fix some typos
[skip ci]
Diffstat (limited to 'pcap-linux.c')
-rw-r--r--pcap-linux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcap-linux.c b/pcap-linux.c
index 10997abe..74816892 100644
--- a/pcap-linux.c
+++ b/pcap-linux.c
@@ -4205,7 +4205,7 @@ pcap_setfilter_linux(pcap_t *handle, struct bpf_program *filter)
return -1;
/*
- * Run user level packet filter by default. Will be overriden if
+ * Run user level packet filter by default. Will be overridden if
* installing a kernel filter succeeds.
*/
handlep->filter_in_userland = 1;