gtlsconnection: Fix a typo in the documentation

This commit is contained in:
Philip Withnall 2015-11-06 11:27:24 +01:00
parent 751d3f00a8
commit 1ac2a606fc

View File

@ -128,7 +128,7 @@ g_tls_connection_class_init (GTlsConnectionClass *klass)
* GTlsConnection:database: * GTlsConnection:database:
* *
* The certificate database to use when verifying this TLS connection. * The certificate database to use when verifying this TLS connection.
* If no cerificate database is set, then the default database will be * If no certificate database is set, then the default database will be
* used. See g_tls_backend_get_default_database(). * used. See g_tls_backend_get_default_database().
* *
* Since: 2.30 * Since: 2.30