From 9b03809a16f6f79ea349b80fcf6434cf26d54d3c Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Mon, 13 Oct 2025 16:59:22 +0100 Subject: [PATCH] gsocketcontrolmessage: Fix a minor typo in a doc comment Signed-off-by: Philip Withnall --- gio/gsocketcontrolmessage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/gsocketcontrolmessage.c b/gio/gsocketcontrolmessage.c index d79bd7428..654e58f35 100644 --- a/gio/gsocketcontrolmessage.c +++ b/gio/gsocketcontrolmessage.c @@ -29,7 +29,7 @@ * These messages are sent with [method@Gio.Socket.send_message] and received * with [method@Gio.Socket.receive_message]. * - * To extend the set of control message that can be sent, subclass this + * To extend the set of control messages that can be sent, subclass this * class and override the `get_size`, `get_level`, `get_type` and `serialize` * methods. *