RT3802: Fixes typos in doc/crypto/
[openssl.git] / doc / crypto / BIO_s_bio.pod
index 8d0a55a025c73f49a49d5d29afec0f43056b2793..0f1599056280f21ac666ba067cf9b2f06e6cfc25 100644 (file)
@@ -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.