summaryrefslogtreecommitdiffstats
path: root/doc/crypto/BIO_s_mem.pod
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-09-16 16:00:38 +0000
committerBodo Möller <bodo@openssl.org>2000-09-16 16:00:38 +0000
commitacb5b34328e0e65095f7924f58c78a146e3d8a93 (patch)
treec7bb2aebcf15f26fa6e24eab646a3e309d34704d /doc/crypto/BIO_s_mem.pod
parentc1629c9ea2c650b4b54a489ea5c181320dc9f1fd (diff)
Change spelling back to "behaviour" and "flavour" instead of the
American variants.
Diffstat (limited to 'doc/crypto/BIO_s_mem.pod')
-rw-r--r--doc/crypto/BIO_s_mem.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/crypto/BIO_s_mem.pod b/doc/crypto/BIO_s_mem.pod
index 3208932588..19648acfae 100644
--- a/doc/crypto/BIO_s_mem.pod
+++ b/doc/crypto/BIO_s_mem.pod
@@ -43,7 +43,7 @@ BIO_eof() is true if no data is in the BIO.
BIO_ctrl_pending() returns the number of bytes currently stored.
-BIO_set_mem_eof_return() sets the behavior of memory BIO B<b> when it is
+BIO_set_mem_eof_return() sets the behaviour of memory BIO B<b> when it is
empty. If the B<v> is zero then an empty memory BIO will return EOF (that is
it will return zero and BIO_should_retry(b) will be false. If B<v> is non
zero then it will return B<v> when it is empty and it will set the read retry