Fix some Typos and indents
[openssl.git] / test / ssltest_old.c
index 37e980d38f271d1e4d56e974a1a0eeb08367f6eb..3a8d9b26375cd301ccb8fbd95ec09a9a3feca3c2 100644 (file)
@@ -2144,7 +2144,7 @@ int doit_biopair(SSL *s_ssl, SSL *c_ssl, long count,
          * Useful functions for querying the state of BIO pair endpoints:
          *
          * BIO_ctrl_pending(bio)              number of bytes we can read now
-         * BIO_ctrl_get_read_request(bio)     number of bytes needed to fulfil
+         * BIO_ctrl_get_read_request(bio)     number of bytes needed to fulfill
          *                                      other side's read attempt
          * BIO_ctrl_get_write_guarantee(bio)   number of bytes we can write now
          *