summaryrefslogtreecommitdiff
path: root/gio/tests/gdbus-threading.c
diff options
context:
space:
mode:
Diffstat (limited to 'gio/tests/gdbus-threading.c')
-rw-r--r--gio/tests/gdbus-threading.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/tests/gdbus-threading.c b/gio/tests/gdbus-threading.c
index 2b89fb079..4519fda91 100644
--- a/gio/tests/gdbus-threading.c
+++ b/gio/tests/gdbus-threading.c
@@ -409,7 +409,7 @@ test_method_calls_on_proxy (GDBusProxy *proxy)
guint n, divisor;
/*
- * Check that multiple threads can do calls without interferring with
+ * Check that multiple threads can do calls without interfering with
* each other. We do this by creating three threads that call the
* Sleep() method on the server (which handles it asynchronously, e.g.
* it won't block other requests) with different sleep durations and