diff options
Diffstat (limited to 'pcap-linux.c')
-rw-r--r-- | pcap-linux.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pcap-linux.c b/pcap-linux.c index 42ad9249..43d2a9f0 100644 --- a/pcap-linux.c +++ b/pcap-linux.c @@ -1489,7 +1489,7 @@ get_if_ioctl_socket(void) * capture on them, "why do no interfaces show up?" - when the * real problem is a permissions problem. Error reports of that * type require a lot more back-and-forth to debug, as evidenced - * by many Wireshark bugs/mailing list questions/Q&A questoins.) + * by many Wireshark bugs/mailing list questions/Q&A questions.) * * So: * @@ -3978,7 +3978,7 @@ static int pcap_handle_packet_mmap( } else { /* * Clear CANFD_FDF if it's set (probably - * again meaning that that field is + * again meaning that this field is * uninitialized junk). */ canhdr->fd_flags &= ~CANFD_FDF; |