Doc update: minor typo in CMS_verify.pod
authorSambit Kumar Dash <sambitdash@gmail.com>
Fri, 24 May 2019 02:26:22 +0000 (12:26 +1000)
committerShane Lontis <shane.lontis@oracle.com>
Fri, 24 May 2019 02:26:22 +0000 (12:26 +1000)
CLA: trivial

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/8952)

doc/man3/CMS_verify.pod

index 02646c79a3ecfde92c1bd033d20b8e0d67d173f8..159c378b0e80e57f1d237f3a71cc13b662fb152f 100644 (file)
@@ -46,7 +46,7 @@ are used as untrusted CAs. If CRL checking is enabled in B<store> any internal
 CRLs are used in addition to attempting to look them up in B<store>. If any
 chain verify fails an error code is returned.
 
 CRLs are used in addition to attempting to look them up in B<store>. If any
 chain verify fails an error code is returned.
 
-Finally the signed content is read (and written to B<out> is it is not NULL)
+Finally the signed content is read (and written to B<out> if it is not NULL)
 and the signature's checked.
 
 If all signature's verify correctly then the function is successful.
 and the signature's checked.
 
 If all signature's verify correctly then the function is successful.