aboutsummaryrefslogtreecommitdiff
path: root/doc/crypto/BIO_f_cipher.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/crypto/BIO_f_cipher.pod')
-rw-r--r--doc/crypto/BIO_f_cipher.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/crypto/BIO_f_cipher.pod b/doc/crypto/BIO_f_cipher.pod
index 02439ce..fd8762a 100644
--- a/doc/crypto/BIO_f_cipher.pod
+++ b/doc/crypto/BIO_f_cipher.pod
@@ -48,7 +48,7 @@ When encrypting BIO_flush() B<must> be called to flush the final block
through the BIO. If it is not then the final block will fail a subsequent
decrypt.
-When decrypting an error on the final block is signalled by a zero
+When decrypting an error on the final block is signaled by a zero
return value from the read operation. A successful decrypt followed
by EOF will also return zero for the final read. BIO_get_cipher_status()
should be called to determine if the decrypt was successful.