summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2020-09-24 10:47:44 +0100
committerRichard Hughes <richard@hughsie.com>2020-09-24 10:47:44 +0100
commit9ce9a6c99be107bc11a5fa2bd28a58e54fc27958 (patch)
tree5f9ef1decce09ea4f2a9ecf73a91e0add132d691
parenta6f0cbaf4443d2820c46a0865fc928e259f770c1 (diff)
downloadgusb-9ce9a6c99be107bc11a5fa2bd28a58e54fc27958.tar.gz
trivial: Fix up typos spotted by codespell
-rw-r--r--gusb/gusb-device.c12
-rw-r--r--gusb/gusb-endpoint.c2
-rw-r--r--gusb/gusb-interface.c2
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"