RT3802: Fixes typos in doc/crypto/
[openssl.git] / doc / crypto / BIO_f_cipher.pod
index 02439cea94a0d6e550fd17be879b3be4717daf64..fd8762a4feb935fe32ece116f79bc756fd283f7b 100644 (file)
@@ -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.
 
 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.
 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.