aboutsummaryrefslogtreecommitdiffstats
path: root/demos/bio/saccept.c
diff options
context:
space:
mode:
Diffstat (limited to 'demos/bio/saccept.c')
-rw-r--r--demos/bio/saccept.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/bio/saccept.c b/demos/bio/saccept.c
index 81bf353750..920eab397c 100644
--- a/demos/bio/saccept.c
+++ b/demos/bio/saccept.c
@@ -70,7 +70,7 @@ char *argv[];
again:
/* The first call will setup the accept socket, and the second
- * will get a socket. In this loop, the first actuall accept
+ * will get a socket. In this loop, the first actual accept
* will occur in the BIO_read() function. */
if (BIO_do_accept(in) <= 0) goto err;