From dd815c3d2bc07159f7174f3e253263a131c14ecd Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Tue, 13 Mar 2018 14:00:49 +0000 Subject: [PATCH] gsocketlistener: Fix a typo in the documentation Mismatched singular/plural. Signed-off-by: Philip Withnall https://bugzilla.gnome.org/show_bug.cgi?id=794207 --- gio/gsocketlistener.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gio/gsocketlistener.c b/gio/gsocketlistener.c index df6b71b0d..7e6376bf3 100644 --- a/gio/gsocketlistener.c +++ b/gio/gsocketlistener.c @@ -50,8 +50,8 @@ * socket, either sync or async. * * If you want to implement a network server, also look at #GSocketService - * and #GThreadedSocketService which are subclass of #GSocketListener - * that makes this even easier. + * and #GThreadedSocketService which are subclasses of #GSocketListener + * that make this even easier. * * Since: 2.22 */