summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2011-09-06 11:58:18 +0200
committerHans de Goede <hdegoede@redhat.com>2011-09-06 11:58:18 +0200
commit230127c0c15b6e2407cc25e82b91abc8c5a915f8 (patch)
tree77353ece815248c7fbe7a3bb71f7ffd6c9cddaf0
parenta072142ea31727b03bfebc397a73f8744cf37f63 (diff)
downloadgusb-230127c0c15b6e2407cc25e82b91abc8c5a915f8.tar.gz
gusb-device: s/syncronous/synchronous/
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
-rw-r--r--gusb/gusb-device.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gusb/gusb-device.c b/gusb/gusb-device.c
index bbd757b..0891498 100644
--- a/gusb/gusb-device.c
+++ b/gusb/gusb-device.c
@@ -219,7 +219,7 @@ static void g_usb_device_async_not_open_error(GUsbDevice *device,
*
* Opens the device for use.
*
- * Warning: this function is syncronous.
+ * Warning: this function is synchronous.
*
* Return value: %TRUE on success
*
@@ -326,7 +326,7 @@ g_usb_device_sync_transfer_cb (GUsbDevice *device,
*
* Perform a USB control transfer.
*
- * Warning: this function is syncronous, and cannot be cancelled.
+ * Warning: this function is synchronous, and cannot be cancelled.
*
* Return value: %TRUE on success
*
@@ -389,7 +389,7 @@ g_usb_device_control_transfer (GUsbDevice *device,
*
* Perform a USB bulk transfer.
*
- * Warning: this function is syncronous, and cannot be cancelled.
+ * Warning: this function is synchronous, and cannot be cancelled.
*
* Return value: %TRUE on success
*
@@ -442,7 +442,7 @@ g_usb_device_bulk_transfer (GUsbDevice *device,
*
* Perform a USB interrupt transfer.
*
- * Warning: this function is syncronous, and cannot be cancelled.
+ * Warning: this function is synchronous, and cannot be cancelled.
*
* Return value: %TRUE on success
*