]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - test/ssltestlib.c
Fix Typos
[thirdparty/openssl.git] / test / ssltestlib.c
index 4cabc1fbb3a625dfb4b83905abb9b7e95a6685b9..67d8cd0284c5d49f05c359ecec91efb2385787d6 100644 (file)
@@ -1036,7 +1036,7 @@ int create_ssl_connection(SSL *serverssl, SSL *clientssl, int want)
     /*
      * We attempt to read some data on the client side which we expect to fail.
      * This will ensure we have received the NewSessionTicket in TLSv1.3 where
-     * appropriate. We do this twice because there are 2 NewSesionTickets.
+     * appropriate. We do this twice because there are 2 NewSessionTickets.
      */
     for (i = 0; i < 2; i++) {
         if (SSL_read_ex(clientssl, &buf, sizeof(buf), &readbytes) > 0) {