gsocketlistener: Fix a typo in the documentation

Mismatched singular/plural.

Signed-off-by: Philip Withnall <withnall@endlessm.com>

https://bugzilla.gnome.org/show_bug.cgi?id=794207
This commit is contained in:
Philip Withnall 2018-03-13 14:00:49 +00:00
parent b4117b8d88
commit dd815c3d2b

View File

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