X-Git-Url: https://git.openssl.org/gitweb/?a=blobdiff_plain;f=test%2Fhelpers%2Fquictestlib.c;h=e289cfc056bdc603266f272ebf8a5816f51f95e3;hb=eb4129e12cdf7fe64b3ce352f539e3dbeb1b1321;hp=79f25dc1eb3dbc8d1b76da7a9e6bec0a6ebd1160;hpb=71cf587ea21c1422640847e358019a51806d2811;p=openssl.git diff --git a/test/helpers/quictestlib.c b/test/helpers/quictestlib.c index 79f25dc1eb..e289cfc056 100644 --- a/test/helpers/quictestlib.c +++ b/test/helpers/quictestlib.c @@ -31,7 +31,7 @@ struct qtest_fault { QUIC_PKT_HDR pplainhdr; /* iovec for the plaintext packet data buffer */ OSSL_QTX_IOVEC pplainio; - /* Allocted size of the plaintext packet data buffer */ + /* Allocated size of the plaintext packet data buffer */ size_t pplainbuf_alloc; qtest_fault_on_packet_plain_cb pplaincb; void *pplaincbarg; @@ -262,7 +262,7 @@ int qtest_create_quic_connection(QUIC_TSERVER *qtserv, SSL *clientssl) /* * We're cheating. We don't take any notice of SSL_get_tick_timeout() - * and tick everytime around the loop anyway. This is inefficient. We + * and tick every time around the loop anyway. This is inefficient. We * can get away with it in test code because we control both ends of * the communications and don't expect network delays. This shouldn't * be done in a real application.