summaryrefslogtreecommitdiffstats
path: root/doc/ssl/SSL_set_fd.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/ssl/SSL_set_fd.pod
parentc1629c9ea2c650b4b54a489ea5c181320dc9f1fd (diff)
Change spelling back to "behaviour" and "flavour" instead of the
American variants.
Diffstat (limited to 'doc/ssl/SSL_set_fd.pod')
-rw-r--r--doc/ssl/SSL_set_fd.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ssl/SSL_set_fd.pod b/doc/ssl/SSL_set_fd.pod
index f6d9b7a1dc..70291128fc 100644
--- a/doc/ssl/SSL_set_fd.pod
+++ b/doc/ssl/SSL_set_fd.pod
@@ -20,8 +20,8 @@ socket file descriptor of a network connection.
When performing the operation, a B<socket BIO> is automatically created to
interface between the B<ssl> and B<fd>. The BIO and hence the SSL engine
-inherit the behavior of B<fd>. If B<fd> is non-blocking, the B<ssl> will
-also have non-blocking behavior.
+inherit the behaviour of B<fd>. If B<fd> is non-blocking, the B<ssl> will
+also have non-blocking behaviour.
If there was already a BIO connected to B<ssl>, BIO_free() will be called
(for both the reading and writing side, if different).