]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Fix typo
authorDimitris Apostolou <dimitris.apostolou@icloud.com>
Wed, 16 Feb 2022 08:05:35 +0000 (10:05 +0200)
committerDr. Matthias St. Pierre <matthias.st.pierre@ncp-e.com>
Sun, 20 Feb 2022 11:43:20 +0000 (12:43 +0100)
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/17713)

doc/man3/X509_STORE_CTX_new.pod

index 3bf964e802f5b39fe74c1121c2de66d764a9e1b2..ca00086abdb7d681401b8c9d0b13be4c91de7f06 100644 (file)
@@ -177,7 +177,7 @@ administrator might only trust it for the former. An X.509 certificate extension
 exists that can record extended key usage information to supplement the purpose
 information described above. This extended mechanism is arbitrarily extensible
 and not well suited for a generic library API; applications that need to
-validate extended key usage information in certifiates will need to define a
+validate extended key usage information in certificates will need to define a
 custom "purpose" (see below) or supply a nondefault verification callback
 (L<X509_STORE_set_verify_cb_func(3)>).