summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/dbus/test-tpl-observer.c2
-rw-r--r--tests/test-tpl-conf.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/dbus/test-tpl-observer.c b/tests/dbus/test-tpl-observer.c
index f51d3f6..5e07bb9 100644
--- a/tests/dbus/test-tpl-observer.c
+++ b/tests/dbus/test-tpl-observer.c
@@ -29,7 +29,7 @@ main (int argc, char **argv)
g_assert (obs == obs2);
/* unref the second singleton pointer and check that the it is still
- * valid: checking correct object ref-counting after each _dup() call */
+ * valid: checking correct object ref-counting after each _dup () call */
g_object_unref (obs2);
g_assert (TPL_IS_OBSERVER (obs));
diff --git a/tests/test-tpl-conf.c b/tests/test-tpl-conf.c
index eefd6da..08c00a9 100644
--- a/tests/test-tpl-conf.c
+++ b/tests/test-tpl-conf.c
@@ -14,7 +14,7 @@ main (int argc, char **argv)
g_assert (conf == conf2);
/* unref the second singleton pointer and check that the it is still
- * valid: checking correct object ref-counting after each _dup() call */
+ * valid: checking correct object ref-counting after each _dup () call */
g_object_unref (conf2);
g_assert (TPL_IS_CONF (conf));