aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/tests
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2025-03-11 22:47:35 +0100
committerGuido Günther <agx@sigxcpu.org>2025-03-11 23:15:57 +0100
commit68933455df82b2259c1a091232ded3334c87c551 (patch)
treefa451fa7ccc49526d238f0ed59a6d11875d11a62 /src/plugins/tests
parenta19fd8588402161a8e0b7eb1a08ebf7ab17f73da (diff)
treewide: Fix typos
Signed-off-by: Guido Günther <agx@sigxcpu.org>
Diffstat (limited to 'src/plugins/tests')
-rw-r--r--src/plugins/tests/test-port-context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/tests/test-port-context.c b/src/plugins/tests/test-port-context.c
index e96cff7b..25f8aa23 100644
--- a/src/plugins/tests/test-port-context.c
+++ b/src/plugins/tests/test-port-context.c
@@ -303,7 +303,7 @@ create_socket_service (TestPortContext *self)
/* And store both the service and the socket.
* Since GLib 2.42 the socket may not be explicitly closed when the
- * listener is diposed, so we'll do it ourselves. */
+ * listener is disposed, so we'll do it ourselves. */
self->socket_service = service;
self->socket = socket;