summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorKen Ballou <ballou@crab.mv.com>2014-06-29 13:38:55 +0100
committerDr. Stephen Henson <steve@openssl.org>2014-06-29 13:39:24 +0100
commitcb34cb1f23acd91b7bb4dcc9b718bd49970dd1cd (patch)
tree489f0fd9c93a7f6e4b98df4735d0a4ab9c98c299 /doc
parent86f393ceb707728096b59d99708936dc857c0387 (diff)
Typo.
PR#3173 (cherry picked from commit 76ed5a42ea68dd08bba44e4003b7e638e5d8a4a3)
Diffstat (limited to 'doc')
-rw-r--r--doc/crypto/BIO_push.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/crypto/BIO_push.pod b/doc/crypto/BIO_push.pod
index 8af1d3c097..8a2657cd58 100644
--- a/doc/crypto/BIO_push.pod
+++ b/doc/crypto/BIO_push.pod
@@ -40,7 +40,7 @@ If the call:
BIO_push(b64, f);
-is made then the new chain will be B<b64-chain>. After making the calls
+is made then the new chain will be B<b64-f>. After making the calls
BIO_push(md2, b64);
BIO_push(md1, md2);