Fix typo: 'is an error occurred' in documentation
[openssl.git] / doc / man3 / CMS_get0_SignerInfos.pod
index 7abe39f411ce6f8613a67d8c59575ac323c36317..18237dcfce31eb6502752b021bb98356c970ebfd 100644 (file)
@@ -55,7 +55,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.