gproxy: Add a missing ‘the’ to a documentation comment

Spotted by Michael Catanzaro.

Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
Philip Withnall 2019-04-29 11:33:02 +01:00
parent 5bb19b04af
commit 753eeb1bac

View File

@ -53,7 +53,7 @@ g_proxy_default_init (GProxyInterface *iface)
* @protocol: the proxy protocol name (e.g. http, socks, etc)
*
* Find the `gio-proxy` extension point for a proxy implementation that supports
* specified protocol.
* the specified protocol.
*
* Returns: (transfer full): return a #GProxy or NULL if protocol
* is not supported.