Fix typos in documentation.
[openssl.git] / doc / crypto / EVP_DigestVerifyInit.pod
index 6c3d07091437e8027399003f22237bebf3504d2f..2e1d00fb5c9dd67e34d72a0f91c555512b793a1b 100644 (file)
@@ -65,7 +65,7 @@ The call to EVP_DigestVerifyFinal() internally finalizes a copy of the digest
 context. This means that EVP_VerifyUpdate() and EVP_VerifyFinal() can
 be called later to digest and verify additional data.
 
-Since only a copy of the digest context is ever finalized the context must
+Since only a copy of the digest context is ever finalized, the context must
 be cleaned up after use by calling EVP_MD_CTX_cleanup() or a memory leak
 will occur.