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:21:56 +0000 (11:21 +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)

doc/man3/X509_VERIFY_PARAM_set_flags.pod

index 4437b93fd63eb74e746887db0b9b9ef8d2b8117b..62ef00bc3325bb0f0036257b7a01d93c77615ce5 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