From: Armin Burgmeier Date: Wed, 17 Sep 2014 16:31:19 +0000 (-0400) Subject: Fix a documentation typo X-Git-Tag: gnutls_3_4_0~907 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5e38d08dfbf033305cfab6526aaa714e876ad535;p=thirdparty%2Fgnutls.git Fix a documentation typo Signed-off-by: Armin Burgmeier --- diff --git a/lib/gnutls_ui.c b/lib/gnutls_ui.c index dbee66737e..03610e80a6 100644 --- a/lib/gnutls_ui.c +++ b/lib/gnutls_ui.c @@ -484,7 +484,7 @@ const gnutls_datum_t *gnutls_certificate_get_ours(gnutls_session_t session) * In case of OpenPGP keys a single key will be returned in raw * format. * - * Returns: a pointer to a #gnutls_datum_t containing our + * Returns: a pointer to a #gnutls_datum_t containing the peer's * certificates, or %NULL in case of an error or if no certificate * was used. **/