summaryrefslogtreecommitdiffstats
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:32:41 +1000
commit6b261345d5ad7419b9e01d00a011d91db8557b8c (patch)
treef1c3442aeb147e2d80c9078c489922f70b9315c2 /doc/man3/CMS_verify.pod
parent69fd7d17c08559eec248389b052b49f2cb8b0c3b (diff)
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) (cherry picked from commit 55e09d17d4c84213d372651b0c91bdc9ef786728)
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 7187d9840a..cdf542267f 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.