aboutsummaryrefslogtreecommitdiff
path: root/crypto/openssl/doc/crypto/CMS_get0_SignerInfos.pod
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/doc/crypto/CMS_get0_SignerInfos.pod')
-rw-r--r--crypto/openssl/doc/crypto/CMS_get0_SignerInfos.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssl/doc/crypto/CMS_get0_SignerInfos.pod b/crypto/openssl/doc/crypto/CMS_get0_SignerInfos.pod
index b46c0e07ab3d..69fde8106247 100644
--- a/crypto/openssl/doc/crypto/CMS_get0_SignerInfos.pod
+++ b/crypto/openssl/doc/crypto/CMS_get0_SignerInfos.pod
@@ -51,7 +51,7 @@ CMS_SignerInfo_set1_signer_cert().
Once all signer certificates have been set CMS_verify() can be used.
-Although CMS_get0_SignerInfos() can return NULL is an error occur B<or> if
+Although CMS_get0_SignerInfos() can return NULL if an error occurs B<or> if
there are no signers this is not a problem in practice because the only
error which can occur is if the B<cms> structure is not of type signedData
due to application error.