]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
corrected text.
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 31 May 2012 20:26:07 +0000 (22:26 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 31 May 2012 20:26:07 +0000 (22:26 +0200)
lib/includes/gnutls/gnutls.h.in

index 50cc22df22210261471f7999b00806cd6bb84fcc..c61b408af76d7e7480a8fec27513d6ba16a5f16f 100644 (file)
@@ -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.