From: David King Date: Sun, 19 Feb 2012 15:41:12 +0000 (+0000) Subject: docs: Fix GTlsBackend typo GTyep → GType X-Git-Tag: 2.31.18~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c5f8f6f8f4c19b8b735ab9ea9d25b192b4123187;p=platform%2Fupstream%2Fglib.git docs: Fix GTlsBackend typo GTyep → GType --- diff --git a/gio/gtlsbackend.c b/gio/gtlsbackend.c index 2d6913a..f99bc42 100644 --- a/gio/gtlsbackend.c +++ b/gio/gtlsbackend.c @@ -196,7 +196,7 @@ g_tls_backend_get_server_connection_type (GTlsBackend *backend) * g_tls_backend_get_file_database_type: * @backend: the #GTlsBackend * - * Gets the #GTyep of @backend's #GTlsFileDatabase implementation. + * Gets the #GType of @backend's #GTlsFileDatabase implementation. * * Return value: the #GType of backend's #GTlsFileDatabase implementation. *