summaryrefslogtreecommitdiff
path: root/lib/colorhug/ch-device-queue.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/colorhug/ch-device-queue.c')
-rw-r--r--lib/colorhug/ch-device-queue.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/colorhug/ch-device-queue.c b/lib/colorhug/ch-device-queue.c
index 09e7535..18075b2 100644
--- a/lib/colorhug/ch-device-queue.c
+++ b/lib/colorhug/ch-device-queue.c
@@ -428,7 +428,7 @@ ch_device_queue_process_finish_cb (GObject *source,
* @error: A #GError, or %NULL
*
* Processes all commands in the command queue.
- * WARNING: this function is syncronous and will block.
+ * WARNING: this function is synchronous and will block.
*
* Return value: %TRUE if the commands were executed successfully.
*
@@ -1443,7 +1443,7 @@ ch_device_queue_set_pre_scale (ChDeviceQueue *device_queue,
* ch_device_queue_get_temperature:
* @device_queue: A #ChDeviceQueue
* @device: A #GUsbDevice
- * @temperature: Temperature in Celcius
+ * @temperature: Temperature in Celsius
*
* Gets the device temperature.
*
@@ -2663,7 +2663,7 @@ ch_device_queue_erase_flash (ChDeviceQueue *device_queue,
* @device: A #GUsbDevice
* @value: Success value
*
- * Sets the firmware flash sucess value.
+ * Sets the firmware flash success value.
* Be careful using this function as misuse can result in a 'bricked'
* ColorHug device.
*