X509_VERIFY_PARAM_set_flags.pod: fix typos
authorCarlo Teubner <435950+c4rlo@users.noreply.github.com>
Fri, 18 Feb 2022 10:00:52 +0000 (10:00 +0000)
committerPauli <pauli@openssl.org>
Thu, 24 Feb 2022 00:22:29 +0000 (11:22 +1100)
CLA: trivial

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17731)

(cherry picked from commit cbb6f4dbf0ce42b4cc4385d7b95236710504068d)

doc/man3/X509_VERIFY_PARAM_set_flags.pod

index 1213627be7f45a7f19e7016c8b0b68e5acce0eac..55bdf877b3c7758129c6c8dfb856af99f9ea752d 100644 (file)
@@ -249,8 +249,8 @@ certificate. An error occurs if a suitable CRL cannot be found.
 B<X509_V_FLAG_CRL_CHECK_ALL> enables CRL checking for the entire certificate
 chain.
 
-B<X509_V_FLAG_IGNORE_CRITICAL> disabled critical extension checking. By default
-any unhandled critical extensions in certificates or (if checked) CRLs results
+B<X509_V_FLAG_IGNORE_CRITICAL> disables critical extension checking. By default
+any unhandled critical extensions in certificates or (if checked) CRLs result
 in a fatal error. If this flag is set unhandled critical extensions are
 ignored. B<WARNING> setting this option for anything other than debugging
 purposes can be a security risk. Finer control over which extensions are