aboutsummaryrefslogtreecommitdiffstats
path: root/doc/crypto/BIO_new.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/crypto/BIO_new.pod')
-rw-r--r--doc/crypto/BIO_new.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/crypto/BIO_new.pod b/doc/crypto/BIO_new.pod
index 53d56b2e6f..2a245fc8de 100644
--- a/doc/crypto/BIO_new.pod
+++ b/doc/crypto/BIO_new.pod
@@ -40,7 +40,7 @@ BIO_free_all() and BIO_vfree() do not return values.
=head1 NOTES
Some BIOs (such as memory BIOs) can be used immediately after calling
-BIO_new(). Others (such as file BIOs) need some additional initialisation,
+BIO_new(). Others (such as file BIOs) need some additional initialization,
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