diff options
author | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2020-12-12 15:58:48 +0100 |
---|---|---|
committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2020-12-12 15:59:40 +0100 |
commit | cb69b4d7bd006559e501ac1bdf7f92e12579a4b3 (patch) | |
tree | 48164ca841725fb3bda2b963b3146e9586af5180 /pcap-linux.c | |
parent | bcd6c3fe46716a87bfd9c8b090e8129787e4c73a (diff) |
Fix some typos
[skip ci]
Diffstat (limited to 'pcap-linux.c')
-rw-r--r-- | pcap-linux.c | 2 |
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; |