summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJames Muir <james@openssl.org>2023-10-20 00:40:29 -0400
committerHugo Landau <hlandau@openssl.org>2023-10-26 15:24:32 +0100
commit017fc90a1c3cc02b272c7adc8d1e9ffd7344b2b0 (patch)
treed49407cbed1a4e1cd4192542926b6407eba53bd4 /doc
parent492bccfc0aca055638407bba44671141ffe7111a (diff)
doc: change "certifictes" to "certificates"
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> Reviewed-by: Hugo Landau <hlandau@openssl.org> (Merged from https://github.com/openssl/openssl/pull/22446) (cherry picked from commit 62f8606a0a3d881581b23a7910241f56ba0bf5a6)
Diffstat (limited to 'doc')
-rw-r--r--doc/man7/ossl-guide-tls-introduction.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man7/ossl-guide-tls-introduction.pod b/doc/man7/ossl-guide-tls-introduction.pod
index e85fb8e3f9..fd8184e592 100644
--- a/doc/man7/ossl-guide-tls-introduction.pod
+++ b/doc/man7/ossl-guide-tls-introduction.pod
@@ -168,7 +168,7 @@ You can also use environment variables to override the default location that
OpenSSL will look for its trusted certificate store. Set the B<SSL_CERT_PATH>
environment variable to give the directory where OpenSSL should looks for its
certificates or the B<SSL_CERT_FILE> environment variable to give the name of
-a single file containing all of the certifictes. See L<openssl-env(7)> for
+a single file containing all of the certificates. See L<openssl-env(7)> for
further details about OpenSSL environment variables. For example you could use
this capability to have multiple versions of OpenSSL all installed on the same
system using different values for B<OPENSSLDIR> but all using the same
@@ -194,7 +194,7 @@ If its not working as expected then you might see output like this instead:
Verification error: unable to get local issuer certificate
The "unable to get local issuer certificate" error means that OpenSSL has been
-unable to find a trusted CA for the chain of certifictes provided by the server
+unable to find a trusted CA for the chain of certificates provided by the server
in its trusted certificate store. Check your trusted certificate store
configuration again.