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:32 +0100
commit715258486ccf02f47b98323fca0524d674b37323 (patch)
treedff647b957def83c9469a602f70f4625aa634bb4 /doc
parent2daec41e254bebb9dbbba4ba5bbc0f87e9da0674 (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);