summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDimitris Apostolou <dimitris.apostolou@icloud.com>2022-02-16 10:05:35 +0200
committerDr. Matthias St. Pierre <matthias.st.pierre@ncp-e.com>2022-02-20 12:43:20 +0100
commit2d17290d2cf269e6c939f983db4ea71275d87f14 (patch)
tree4b4d9541e69b330435638fe6030c533025b825d4 /doc
parent522a32ef1ecba100a63d547bafc3391ceac7220a (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)
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 3bf964e802..ca00086abd 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)>).