gsocketcontrolmessage: Fix a minor typo in a doc comment

Signed-off-by: Philip Withnall <pwithnall@gnome.org>
This commit is contained in:
Philip Withnall
2025-10-13 16:59:22 +01:00
parent 6c7193acb3
commit 9b03809a16

View File

@@ -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.
*