diff options
Diffstat (limited to 'src/plugins/tests/test-port-context.c')
-rw-r--r-- | src/plugins/tests/test-port-context.c | 2 |
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; |