]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Typo fix: overriden -> overridden
authorAndreas Metzler <ametzler@bebt.de>
Sat, 19 Apr 2014 18:07:26 +0000 (20:07 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 27 Apr 2014 16:39:26 +0000 (18:39 +0200)
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
lib/gnutls_cert.c

index cabdf4e42d618e5951484fbd7d9d1b021e2af3a8..11817a473beccf0da3a9725fb90053c2cd4a8719 100644 (file)
@@ -635,7 +635,7 @@ _gnutls_openpgp_crt_verify_peers(gnutls_session_t session,
  * values or zero if the certificate is trusted. Note that value in @status
  * is set only when the return value of this function is success (i.e, failure 
  * to trust a certificate does not imply a negative return value).
- * The default verification flags used by this function can be overriden
+ * The default verification flags used by this function can be overridden
  * using gnutls_certificate_set_verify_flags().
  *
  * This function will take into account the OCSP Certificate Status TLS extension,
@@ -670,7 +670,7 @@ gnutls_certificate_verify_peers2(gnutls_session_t session,
  * values or zero if the certificate is trusted. Note that value in @status
  * is set only when the return value of this function is success (i.e, failure 
  * to trust a certificate does not imply a negative return value).
- * The default verification flags used by this function can be overriden
+ * The default verification flags used by this function can be overridden
  * using gnutls_certificate_set_verify_flags(). See the documentation
  * of gnutls_certificate_verify_peers2() for details in the verification process.
  *
@@ -712,7 +712,7 @@ gnutls_typed_vdata_st data;
  * values or zero if the certificate is trusted. Note that value in @status
  * is set only when the return value of this function is success (i.e, failure 
  * to trust a certificate does not imply a negative return value).
- * The default verification flags used by this function can be overriden
+ * The default verification flags used by this function can be overridden
  * using gnutls_certificate_set_verify_flags(). See the documentation
  * of gnutls_certificate_verify_peers2() for details in the verification process.
  *