summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDimitris Apostolou <dimitris.apostolou@icloud.com>2022-02-16 10:05:35 +0200
committerTomas Mraz <tomas@openssl.org>2022-11-11 10:04:10 +0100
commit659b645d15dbd189a27c64658dd3b6e6f4a426a8 (patch)
treecf92b39d7b7a6fe534c8ab84b8f8b7987b639446 /doc
parent8095adc16b70b05a651b2c05cca64bda6e38f3fa (diff)
Fix typo
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/17713) (cherry picked from commit 2d17290d2cf269e6c939f983db4ea71275d87f14)
Diffstat (limited to 'doc')
-rw-r--r--doc/man3/X509_STORE_CTX_new.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/X509_STORE_CTX_new.pod b/doc/man3/X509_STORE_CTX_new.pod
index 2319012a98..9c7abfee82 100644
--- a/doc/man3/X509_STORE_CTX_new.pod
+++ b/doc/man3/X509_STORE_CTX_new.pod
@@ -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)>).