diff options
author | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2022-07-04 11:39:26 +0200 |
---|---|---|
committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2022-07-04 11:39:26 +0200 |
commit | fc4772e1e1b3b2a25937b99981ca0a67cc17caba (patch) | |
tree | cc932090892e1c8abff647b6d27ea5e1599bf2c7 /sf-pcap.c | |
parent | e8b6c94929b1ffbb4ca665a022be2b49c6651fe8 (diff) |
Fix some typos
[skip ci]
Diffstat (limited to 'sf-pcap.c')
-rw-r--r-- | sf-pcap.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -578,7 +578,7 @@ pcap_next_packet(pcap_t *p, struct pcap_pkthdr *hdr, u_char **data) * userland. * * However, perhaps some versions of libpcap failed to - * set the snapshot length currectly in the file header + * set the snapshot length correctly in the file header * or the per-packet header, or perhaps this is a * corrupted safefile or a savefile built/modified by a * fuzz tester, so we check anyway. We grow the buffer |