RT3802: Fixes typos in doc/crypto/
[openssl.git] / doc / crypto / PKCS7_sign_add_signer.pod
index ebec4d57deafb0c41f7f97f5a214f7f47ad8dd6c..f09a0f943904d26018105a10a27fec6812c0699e 100644 (file)
@@ -40,7 +40,7 @@ Any of the following flags (ored together) can be passed in the B<flags>
 parameter.
 
 If B<PKCS7_REUSE_DIGEST> is set then an attempt is made to copy the content
-digest value from the PKCS7 struture: to add a signer to an existing structure.
+digest value from the PKCS7 structure: to add a signer to an existing structure.
 An error occurs if a matching digest value cannot be found to copy. The
 returned PKCS7 structure will be valid and finalized when this flag is set.