aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/tests/test-port-context.c
diff options
context:
space:
mode:
authorDan Williams <dan@ioncontrol.co>2025-03-12 00:52:49 +0000
committerDan Williams <dan@ioncontrol.co>2025-03-12 00:52:49 +0000
commite95336d106c9678433147307f80abe8810ae59bd (patch)
treefa451fa7ccc49526d238f0ed59a6d11875d11a62 /src/plugins/tests/test-port-context.c
parenta19fd8588402161a8e0b7eb1a08ebf7ab17f73da (diff)
parent68933455df82b2259c1a091232ded3334c87c551 (diff)
Merge request !1316 from 'typos'
treewide: Fix typos https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/merge_requests/1316
Diffstat (limited to 'src/plugins/tests/test-port-context.c')
-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;