From 753eeb1bac0cc380df808af3eec4fe82e4fc1124 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Mon, 29 Apr 2019 11:33:02 +0100 Subject: [PATCH] =?UTF-8?q?gproxy:=20Add=20a=20missing=20=E2=80=98the?= =?UTF-8?q?=E2=80=99=20to=20a=20documentation=20comment?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Spotted by Michael Catanzaro. Signed-off-by: Philip Withnall --- gio/gproxy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/gproxy.c b/gio/gproxy.c index 3b056d97f..60bb5b8e5 100644 --- a/gio/gproxy.c +++ b/gio/gproxy.c @@ -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.