summaryrefslogtreecommitdiffstats
path: root/doc/crypto/BIO_s_bio.pod
diff options
context:
space:
mode:
authorAlok Menghrajani <alok@squareup.com>2015-04-13 11:05:13 -0700
committerRich Salz <rsalz@openssl.org>2015-05-03 08:51:23 -0400
commit186bb90705f848806783de512b3df6872552b304 (patch)
treee4b7c8d67e72e8f3fff8565bddd42e421176cec0 /doc/crypto/BIO_s_bio.pod
parent8332f91cc0db4955259bca9f9138b5eff94d6e8c (diff)
RT3802: Fixes typos in doc/crypto/
Signed-off-by: Rich Salz <rsalz@akamai.com> Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'doc/crypto/BIO_s_bio.pod')
-rw-r--r--doc/crypto/BIO_s_bio.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/crypto/BIO_s_bio.pod b/doc/crypto/BIO_s_bio.pod
index 8d0a55a025..0f15990562 100644
--- a/doc/crypto/BIO_s_bio.pod
+++ b/doc/crypto/BIO_s_bio.pod
@@ -162,7 +162,7 @@ buffer is full or the read buffer is drained. Then the application has to
flush the write buffer and/or fill the read buffer.
Use the BIO_ctrl_pending(), to find out whether data is buffered in the BIO
-and must be transfered to the network. Use BIO_ctrl_get_read_request() to
+and must be transferred to the network. Use BIO_ctrl_get_read_request() to
find out, how many bytes must be written into the buffer before the
SSL_operation() can successfully be continued.