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:28 +0100
commiteec4cc8878752bbc74167889e601aded9a44101f (patch)
tree02d2c87c5d8d062632bc29b19eb4a4c2120d9e29 /doc
parent2e7124497d26570049e8777eeb79a7ff27ecb882 (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);