From: Nikos Mavrogiannopoulos Date: Tue, 5 Jun 2012 20:41:24 +0000 (+0200) Subject: corrected invalid char X-Git-Tag: gnutls_3_0_21~63 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=374eb82b1f3a7edbecda0113e52b9070b44b6ef7;p=thirdparty%2Fgnutls.git corrected invalid char --- diff --git a/lib/includes/gnutls/gnutls.h.in b/lib/includes/gnutls/gnutls.h.in index 1a58a53ad3..4bdf64bef6 100644 --- a/lib/includes/gnutls/gnutls.h.in +++ b/lib/includes/gnutls/gnutls.h.in @@ -431,7 +431,7 @@ extern "C" * set only if CRLs are checked. * @GNUTLS_CERT_SIGNER_NOT_FOUND: The certificate's issuer is not known. * 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 + * @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. * @GNUTLS_CERT_INSECURE_ALGORITHM: The certificate was signed using an insecure