summaryrefslogtreecommitdiffstats
path: root/doc/man3/X509_STORE_CTX_new.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man3/X509_STORE_CTX_new.pod')
-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)>).