docs: Fix GTlsBackend typo GTyep → GType

This commit is contained in:
David King 2012-02-19 15:41:12 +00:00 committed by Ryan Lortie
parent a290fff9a2
commit c5f8f6f8f4

View File

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