]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Fix a documentation typo
authorArmin Burgmeier <armin@arbur.net>
Wed, 17 Sep 2014 16:31:19 +0000 (12:31 -0400)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 20 Sep 2014 22:43:02 +0000 (00:43 +0200)
Signed-off-by: Armin Burgmeier <armin@arbur.net>
lib/gnutls_ui.c

index dbee66737eb0e26c735387c8fcca9bc8b7df901d..03610e80a609aba4fe127b1814b5e2344e03aee5 100644 (file)
@@ -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.
  **/