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:38:55 +0100
commit76ed5a42ea68dd08bba44e4003b7e638e5d8a4a3 (patch)
tree2997a89e99db51beee42c47a9180dacaeef1898d /doc
parenta30bdb55d1361b9926eef8127debfc2e1bb8c484 (diff)
Typo.
PR#3173
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);