]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - doc/man3/EVP_EncryptInit.pod
Fix typos
[thirdparty/openssl.git] / doc / man3 / EVP_EncryptInit.pod
index 7f9c44b10765b9e3514dff7e7c5646a21f9d0eb3..fcaa5d669dc005194390441e7c8c6ee4fa8d63bd 100644 (file)
@@ -668,7 +668,7 @@ Note that the block size for a cipher may be different to the block size for
 the underlying encryption/decryption primitive.
 For example AES in CTR mode has a block size of 1 (because it operates like a
 stream cipher), even though AES has a block size of 16.
-Use EVP_CIPHER_get_block_size() to retreive the cached value.
+Use EVP_CIPHER_get_block_size() to retrieve the cached value.
 
 =item "aead" (B<OSSL_CIPHER_PARAM_AEAD>) <integer>