summaryrefslogtreecommitdiffstats
path: root/doc/man3/BIO_s_accept.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man3/BIO_s_accept.pod')
-rw-r--r--doc/man3/BIO_s_accept.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/BIO_s_accept.pod b/doc/man3/BIO_s_accept.pod
index 37b6f4d839..7b5ac87e66 100644
--- a/doc/man3/BIO_s_accept.pod
+++ b/doc/man3/BIO_s_accept.pod
@@ -143,7 +143,7 @@ however because the accept BIO will still accept additional incoming
connections. This can be resolved by using BIO_pop() (see above)
and freeing up the accept BIO after the initial connection.
-If the underlying accept socket is non-blocking and BIO_do_accept() is
+If the underlying accept socket is nonblocking and BIO_do_accept() is
called to await an incoming connection it is possible for
BIO_should_io_special() with the reason BIO_RR_ACCEPT. If this happens
then it is an indication that an accept attempt would block: the application