aboutsummaryrefslogtreecommitdiff
path: root/pcap-usb-linux.c
diff options
context:
space:
mode:
authorJosh Soref <2119212+jsoref@users.noreply.github.com>2023-06-13 11:47:14 -0400
committerfxlb <devel.fx.lebail@orange.fr>2023-06-25 17:15:12 +0000
commitb6ba74a607afe92f60d5dac58486e3eba0234279 (patch)
tree103dabb5dc3af22c8e70eb589e6150b9e85d2883 /pcap-usb-linux.c
parenta6a998858e522b158e2d8a27302f14a4d6bf214e (diff)
Fix spelling
* amount * anymore * authentication * availability * bracket * captured * casted * communications * compliant * configurable * cumulate * deinitialize * descriptors * didn't * disassembler * disassociate * distributions * divvy * doing * entries * everything * explicitly * explosion * expression * extracting * failed * family * find * github * global * implementations * incorrectly * intel * interlocked * justifying * know * launched * libraries * malloced * mask * maximum * network * nonexistent * number * occurred * optimizer * overflow * overwrite lower * packet * packetfilter * packets * parse hosts * payload * phase * programmers * promiscuous * protocol * receiving * redefinition * sampling * savefile * schwartz * should * snapshot * something * specifies * straightforward * stream * subdir * support * surrogate * suse * system is * test with * than * those * unmaintained * valid * way * western * wireshark Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Diffstat (limited to 'pcap-usb-linux.c')
-rw-r--r--pcap-usb-linux.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pcap-usb-linux.c b/pcap-usb-linux.c
index 6d48b289..b8571fe7 100644
--- a/pcap-usb-linux.c
+++ b/pcap-usb-linux.c
@@ -254,7 +254,7 @@ usb_set_ring_size(pcap_t* handle, int header_size)
/*
* Will this get an error?
- * (There's no wqy to query the minimum or maximum, so we just
+ * (There's no way to query the minimum or maximum, so we just
* copy the value from the kernel source. We don't round it
* up to a multiple of the page size.)
*/
@@ -913,7 +913,7 @@ usb_read_linux_mmap(pcap_t *handle, int max_packets, pcap_handler callback, u_ch
}
/*
- * If max_packets specifiesg "unlimited", we stop after
+ * If max_packets specifies "unlimited", we stop after
* the first chunk.
*/
if (PACKET_COUNT_IS_UNLIMITED(max_packets) ||