aboutsummaryrefslogtreecommitdiffstats
path: root/doc/man3/CMS_verify.pod
diff options
context:
space:
mode:
authorSambit Kumar Dash <sambitdash@gmail.com>2019-05-24 12:26:22 +1000
committerShane Lontis <shane.lontis@oracle.com>2019-05-24 12:26:22 +1000
commit55e09d17d4c84213d372651b0c91bdc9ef786728 (patch)
tree6b07f4b7b06e457f5711f0ad5499d1a0845a7ec8 /doc/man3/CMS_verify.pod
parent0f52d9ed7ed9f9a447131b79f252b8254e69781f (diff)
downloadopenssl-55e09d17d4c84213d372651b0c91bdc9ef786728.tar.gz
Doc update: minor typo in CMS_verify.pod
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)
Diffstat (limited to 'doc/man3/CMS_verify.pod')
-rw-r--r--doc/man3/CMS_verify.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/CMS_verify.pod b/doc/man3/CMS_verify.pod
index 02646c79a3..159c378b0e 100644
--- a/doc/man3/CMS_verify.pod
+++ b/doc/man3/CMS_verify.pod
@@ -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.
-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.