From 9ce9a6c99be107bc11a5fa2bd28a58e54fc27958 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Thu, 24 Sep 2020 10:47:44 +0100 Subject: trivial: Fix up typos spotted by codespell --- gusb/gusb-device.c | 12 ++++++------ gusb/gusb-endpoint.c | 2 +- gusb/gusb-interface.c | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/gusb/gusb-device.c b/gusb/gusb-device.c index fb29a13..25f1bcf 100644 --- a/gusb/gusb-device.c +++ b/gusb/gusb-device.c @@ -919,7 +919,7 @@ g_usb_device_sync_transfer_cb (GUsbDevice *device, * either input or output * @length: the length field for the setup packet. * @actual_length: (out) (optional): the actual number of bytes sent, or %NULL - * @timeout: timeout timeout (in millseconds) that this function should wait + * @timeout: timeout timeout (in milliseconds) that this function should wait * before giving up due to no response being received. For an unlimited * timeout, use 0. * @cancellable: a #GCancellable, or %NULL @@ -986,7 +986,7 @@ g_usb_device_control_transfer (GUsbDevice *device, * either input or output * @length: the length field for the setup packet. * @actual_length: (out) (optional): the actual number of bytes sent, or %NULL - * @timeout: timeout timeout (in millseconds) that this function should wait + * @timeout: timeout timeout (in milliseconds) that this function should wait * before giving up due to no response being received. For an unlimited * timeout, use 0. * @cancellable: a #GCancellable, or %NULL @@ -1043,7 +1043,7 @@ g_usb_device_bulk_transfer (GUsbDevice *device, * either input or output * @length: the length field for the setup packet. * @actual_length: (out) (optional): the actual number of bytes sent, or %NULL - * @timeout: timeout timeout (in millseconds) that this function should wait + * @timeout: timeout timeout (in milliseconds) that this function should wait * before giving up due to no response being received. For an unlimited * timeout, use 0. * @cancellable: a #GCancellable, or %NULL @@ -1223,7 +1223,7 @@ g_usb_device_control_transfer_cb (struct libusb_transfer *transfer) * @data: (array length=length): a suitably-sized data buffer for * either input or output * @length: the length field for the setup packet. - * @timeout: timeout timeout (in millseconds) that this function should wait + * @timeout: timeout timeout (in milliseconds) that this function should wait * before giving up due to no response being received. For an unlimited * timeout, use 0. * @cancellable: a #GCancellable, or %NULL @@ -1340,7 +1340,7 @@ g_usb_device_control_transfer_finish (GUsbDevice *device, * @data: (array length=length): a suitably-sized data buffer for * either input or output * @length: the length field for the setup packet. - * @timeout: timeout timeout (in millseconds) that this function should wait + * @timeout: timeout timeout (in milliseconds) that this function should wait * before giving up due to no response being received. For an unlimited * timeout, use 0. * @cancellable: a #GCancellable, or %NULL @@ -1439,7 +1439,7 @@ g_usb_device_bulk_transfer_finish (GUsbDevice *device, * @data: (array length=length): a suitably-sized data buffer for * either input or output * @length: the length field for the setup packet. - * @timeout: timeout timeout (in millseconds) that this function should wait + * @timeout: timeout timeout (in milliseconds) that this function should wait * before giving up due to no response being received. For an unlimited * timeout, use 0. * @cancellable: a #GCancellable, or %NULL diff --git a/gusb/gusb-endpoint.c b/gusb/gusb-endpoint.c index 366ea7e..765c299 100644 --- a/gusb/gusb-endpoint.c +++ b/gusb/gusb-endpoint.c @@ -12,7 +12,7 @@ * This object is a thin glib wrapper around a libusb_endpoint_descriptor. * * All the data is copied when the object is created and the original - * descriptor can be destoyed any at point. + * descriptor can be destroyed any at point. */ #include "config.h" diff --git a/gusb/gusb-interface.c b/gusb/gusb-interface.c index ec1d576..5eb2c97 100644 --- a/gusb/gusb-interface.c +++ b/gusb/gusb-interface.c @@ -13,7 +13,7 @@ * This object is a thin glib wrapper around a libusb_interface_descriptor. * * All the data is copied when the object is created and the original - * descriptor can be destoyed any at point. + * descriptor can be destroyed any at point. */ #include "config.h" -- cgit v1.2.1