summaryrefslogtreecommitdiff
path: root/gusb/gusb-context.c
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2019-04-08 13:03:13 +0100
committerRichard Hughes <richard@hughsie.com>2019-04-08 13:03:28 +0100
commitf33be86e563217d525e31b501c9eaa52f9db1cc4 (patch)
treeb4633223f5bac244fa15a3be9d76c7aebc3e805f /gusb/gusb-context.c
parenta9a7c1d8c5003bbcfba55a83dbce6628743cfa2f (diff)
downloadgusb-f33be86e563217d525e31b501c9eaa52f9db1cc4.tar.gz
trivial: Fix some typos spotted using codespell
Diffstat (limited to 'gusb/gusb-context.c')
-rw-r--r--gusb/gusb-context.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gusb/gusb-context.c b/gusb/gusb-context.c
index 4882c43..09a74d5 100644
--- a/gusb/gusb-context.c
+++ b/gusb/gusb-context.c
@@ -469,7 +469,7 @@ g_usb_context_rescan_cb (gpointer user_data)
* g_usb_context_get_main_context:
* @context: a #GUsbContext
*
- * Gets the internal GMainContext to use for syncronous methods.
+ * Gets the internal GMainContext to use for synchronous methods.
* By default the value is set to the value of g_main_context_default()
*
* Return value: (transfer none): the #GMainContext
@@ -489,7 +489,7 @@ g_usb_context_get_main_context (GUsbContext *context)
* g_usb_context_set_main_context:
* @context: a #GUsbContext
*
- * Sets the internal GMainContext to use for syncronous methods.
+ * Sets the internal GMainContext to use for synchronous methods.
*
* Since: 0.2.5
**/
@@ -1052,7 +1052,7 @@ g_usb_context_replug_timeout_cb (gpointer user_data)
* Waits for the device to be replugged.
* It may come back with a different VID:PID.
*
- * Warning: This is syncronous and blocks until the device comes
+ * Warning: This is synchronous and blocks until the device comes
* back or the timeout triggers.
*
* Return value: (transfer full): a new #GUsbDevice, or %NULL for invalid