summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-11-10 07:46:11 +0000
committerBodo Möller <bodo@openssl.org>2000-11-10 07:46:11 +0000
commit359fd02fec732a9b15ff291d4e78c114644441f4 (patch)
tree97bcc1fa9a2c34601a39b9a650059e1831fa6d02 /doc
parente1a8ac495b5a741b3c0a5827e2b1d9609f68d163 (diff)
add missing word
Diffstat (limited to 'doc')
-rw-r--r--doc/crypto/BIO_new_bio_pair.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/crypto/BIO_new_bio_pair.pod b/doc/crypto/BIO_new_bio_pair.pod
index 2256ba9d34..ad7aac66ab 100644
--- a/doc/crypto/BIO_new_bio_pair.pod
+++ b/doc/crypto/BIO_new_bio_pair.pod
@@ -12,7 +12,7 @@ BIO_new_bio_pair - create a new BIO pair
=head1 DESCRIPTION
-BIO_new_bio_pair() creates a buffering BIO pair. It has two endpoints between
+BIO_new_bio_pair() creates a buffering BIO pair. It has two endpoints between which
data can be buffered. Its typical use is to connect one endpoint as underlying
input/output BIO to an SSL and access the other one controlled by the program
instead of accessing the network connection directly.