aboutsummaryrefslogtreecommitdiffstats
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 e024865cd4..4182f2c309 100644
--- a/doc/crypto/BIO_f_cipher.pod
+++ b/doc/crypto/BIO_f_cipher.pod
@@ -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.