summaryrefslogtreecommitdiff
path: root/src/cd-common.c
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/cd-common.c
parent7d1064ca2acef9f3fe49318943ca4ae830277542 (diff)
downloadcolord-fd92df25b56fbc57291649468dc1fe95caebfafb.tar.gz
trivial: Fix some typos spotted using codespell
Diffstat (limited to 'src/cd-common.c')
-rw-r--r--src/cd-common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cd-common.c b/src/cd-common.c
index 1361f23..413d0e3 100644
--- a/src/cd-common.c
+++ b/src/cd-common.c
@@ -198,7 +198,7 @@ cd_main_sender_authenticated (GDBusConnection *connection,
gboolean
cd_main_mkdir_with_parents (const gchar *filename, GError **error)
{
- /* ensure desination exists */
+ /* ensure destination exists */
if (!g_file_test (filename, G_FILE_TEST_EXISTS)) {
g_autoptr(GFile) file = NULL;
file = g_file_new_for_path (filename);