ispell and some other nit-picking
[openssl.git] / doc / crypto / BIO_f_cipher.pod
index e024865cd47bd2c47fa65cdfd368a868075fd6be..4182f2c30903181405934e5f0df6f0f0765b6cbe 100644 (file)
@@ -38,7 +38,7 @@ is a BIO_ctrl() macro which can be called to determine whether the
 decryption operation was successful.
 
 BIO_get_cipher_ctx() is a BIO_ctrl() macro which retrieves the internal
-BIO cipher context. The retrieved context can be used in conjustion
+BIO cipher context. The retrieved context can be used in conjunction
 with the standard cipher routines to set it up. This is useful when
 BIO_set_cipher() is not flexible enough for the applications needs.