summaryrefslogtreecommitdiff
path: root/src/sensors
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2019-04-08 12:58:51 +0100
committerRichard Hughes <richard@hughsie.com>2019-04-08 12:58:51 +0100
commitfd92df25b56fbc57291649468dc1fe95caebfafb (patch)
tree41dff341ddf641fac52daeeca63c1d88836a5964 /src/sensors
parent7d1064ca2acef9f3fe49318943ca4ae830277542 (diff)
downloadcolord-fd92df25b56fbc57291649468dc1fe95caebfafb.tar.gz
trivial: Fix some typos spotted using codespell
Diffstat (limited to 'src/sensors')
-rw-r--r--src/sensors/argyll/cd-spawn.c4
-rw-r--r--src/sensors/dtp94/dtp94-device.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/sensors/argyll/cd-spawn.c b/src/sensors/argyll/cd-spawn.c
index 7989eb4..9a95b9f 100644
--- a/src/sensors/argyll/cd-spawn.c
+++ b/src/sensors/argyll/cd-spawn.c
@@ -295,7 +295,7 @@ cd_spawn_is_running (CdSpawn *spawn)
*
* We send SIGQUIT and after a few ms SIGKILL (if allowed)
*
- * IMPORTANT: This is not a syncronous operation, and client programs will need
+ * IMPORTANT: This is not a synchronous operation, and client programs will need
* to wait for the ::exit signal.
**/
gboolean
@@ -419,7 +419,7 @@ cd_spawn_argv (CdSpawn *spawn, gchar **argv, gchar **envp, GError **error)
return FALSE;
}
- /* install an idle handler to check if the child returnd successfully. */
+ /* install an idle handler to check if the child returned successfully. */
rc = fcntl (spawn->priv->stdout_fd, F_SETFL, O_NONBLOCK);
if (rc < 0) {
g_set_error_literal (error, 1, 0, "stdout fcntl failed");
diff --git a/src/sensors/dtp94/dtp94-device.c b/src/sensors/dtp94/dtp94-device.c
index 65ee254..e3ba530 100644
--- a/src/sensors/dtp94/dtp94-device.c
+++ b/src/sensors/dtp94/dtp94-device.c
@@ -224,7 +224,7 @@ dtp94_device_setup (GUsbDevice *device, GError **error)
if (!dtp94_device_send_cmd (device, "0207CF\r", error))
return FALSE;
- /* set delimeter to CR */
+ /* set delimiter to CR */
if (!dtp94_device_send_cmd (device, "0008CF\r", error))
return FALSE;