From 69a1867d51a4a54e509bdf68b42a77cae517384c Mon Sep 17 00:00:00 2001 From: Michael Catanzaro Date: Tue, 15 Mar 2022 18:43:34 -0500 Subject: [PATCH] gtlsconnection: fix typo in docs Grrr, copy/paste error detected. --- gio/gtlsconnection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/gtlsconnection.c b/gio/gtlsconnection.c index 78fe560e2..f930ebabe 100644 --- a/gio/gtlsconnection.c +++ b/gio/gtlsconnection.c @@ -501,7 +501,7 @@ g_tls_connection_get_use_system_certdb (GTlsConnection *conn) * #GTlsClientConnection:validation-flags). * * There are nonintuitive security implications when using a non-default - * database. See #GDtlsConnection:database for details. + * database. See #GTlsConnection:database for details. * * Since: 2.30 */