Fix minor typo in bio.pod
authorDaniel Bevenius <daniel.bevenius@gmail.com>
Tue, 12 Dec 2017 15:56:50 +0000 (16:56 +0100)
committerRich Salz <rsalz@openssl.org>
Tue, 12 Dec 2017 17:31:12 +0000 (12:31 -0500)
Reviewed-by: Ben Kaduk <kaduk@mit.edu>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4917)

doc/man7/bio.pod

index d2786becd2dffea4239994b79504916394f51171..45ef2f77041daff9b44a3e6603db59c4df3eb30c 100644 (file)
@@ -44,8 +44,8 @@ and frequently a utility function exists to create and initialize such BIOs.
 If BIO_free() is called on a BIO chain it will only free one BIO resulting
 in a memory leak.
 
-Calling BIO_free_all() a single BIO has the same effect as calling BIO_free()
-on it other than the discarded return value.
+Calling BIO_free_all() on a single BIO has the same effect as calling
+BIO_free() on it other than the discarded return value.
 
 Normally the B<type> argument is supplied by a function which returns a
 pointer to a BIO_METHOD. There is a naming convention for such functions: