This commit was generated by cvs2svn to track changes on a CVS vendor
[openssl.git] / demos / bio / saccept.c
index 81bf35375081c990adaa326686b71cf496300f5e..920eab397ca3110508899951505bda841f337069 100644 (file)
@@ -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;