Spelling fixes

This commit is contained in:
Andras Fekete
2024-10-05 01:29:06 -04:00
parent 88d4b4c815
commit b3fe71d9d9
4 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -12797,7 +12797,7 @@ int DoTls13HandShakeMsgType(WOLFSSL* ssl, byte* input, word32* inOutIdx,
#ifdef WOLFSSL_QUIC
if (WOLFSSL_IS_QUIC(ssl) && ssl->earlyData != no_early_data) {
/* QUIC never sends/receives EndOfEarlyData, but having
* early data means the last encrpytion keys had not been
* early data means the last encryption keys had not been
* set yet. */
if ((ret = SetKeysSide(ssl, ENCRYPT_SIDE_ONLY)) != 0)
return ret;