From: Nikos Mavrogiannopoulos Date: Thu, 31 May 2012 20:26:07 +0000 (+0200) Subject: corrected text. X-Git-Tag: gnutls_3_0_21~89 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d58bf014cc5657db370a583527239a15a6e7ae30;p=thirdparty%2Fgnutls.git corrected text. --- diff --git a/lib/includes/gnutls/gnutls.h.in b/lib/includes/gnutls/gnutls.h.in index 50cc22df22..c61b408af7 100644 --- a/lib/includes/gnutls/gnutls.h.in +++ b/lib/includes/gnutls/gnutls.h.in @@ -429,8 +429,7 @@ extern "C" * @GNUTLS_CERT_REVOKED: Certificate is revoked by its authority. In X.509 this will be * set only if CRLs are checked. * @GNUTLS_CERT_SIGNER_NOT_FOUND: The certificate's issuer is not known. - * This is the case if the issue is not included in the trusted certificate list. - * not found. + * This is the case if the issuer is not included in the trusted certificate list. * @GNUTLS_CERT_SIGNER_NOT_CA: The certificate’s signer was not a CA. This * may happen if this was a version 1 certificate, which is common with * some CAs, or a version 3 certificate without the basic constrains extension.