]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
removed utf8 chars
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Wed, 19 Dec 2012 13:44:34 +0000 (15:44 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Wed, 2 Jan 2013 21:01:47 +0000 (22:01 +0100)
lib/includes/gnutls/x509.h

index 8a0ad73d36c26cc19229a7a58b968ba826306528..0737863f3cc23c9ddb7b44089e6abef64a8a26f5 100644 (file)
@@ -655,10 +655,10 @@ extern "C"
  *   unless you know what this means.
  * @GNUTLS_VERIFY_DISABLE_TRUSTED_TIME_CHECKS: If set a signer in the trusted
  *   list is never checked for expiration or activation.
- * @GNUTLS_VERIFY_ALLOW_X509_V1_CA_CRT: Allow trusted CA certicates
+ * @GNUTLS_VERIFY_ALLOW_X509_V1_CA_CRT: Allow trusted CA certificates
  *   with version 1. This is safer than %GNUTLS_VERIFY_ALLOW_ANY_X509_V1_CA_CRT,
  *   and should be used instead. That way only signers in your trusted list
- *   will be allowed to have certicates of version 1. This is the default.
+ *   will be allowed to have certificates of version 1. This is the default.
  * @GNUTLS_VERIFY_DO_NOT_ALLOW_X509_V1_CA_CRT: Do not allow trusted CA
  *   certificates that have version 1.  This option is to be used
  *   to deprecate all certificates of version 1.