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-rpcap.c | |
parent | bcd6c3fe46716a87bfd9c8b090e8129787e4c73a (diff) |
Fix some typos
[skip ci]
Diffstat (limited to 'pcap-rpcap.c')
-rw-r--r-- | pcap-rpcap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcap-rpcap.c b/pcap-rpcap.c index a480f9e0..a2612e99 100644 --- a/pcap-rpcap.c +++ b/pcap-rpcap.c @@ -1488,7 +1488,7 @@ error_nodiscard: * This function can be called in two cases: * - pcap_startcapture_remote() is called (we have to send the filter * along with the 'start capture' command) - * - we want to udpate the filter during a capture (i.e. pcap_setfilter() + * - we want to update the filter during a capture (i.e. pcap_setfilter() * after the capture has been started) * * This function serializes the filter into the sending buffer ('sendbuf', |