Skip to content

Commit 0915012

Browse files
author
Andras Fekete
committed
Fix new spelling errors
1 parent 8612f15 commit 0915012

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/internal.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17482,7 +17482,7 @@ int DoHandShakeMsgType(WOLFSSL* ssl, byte* input, word32* inOutIdx,
1748217482

1748317483
/* The server's decision to resume isn't known until after the
1748417484
* "server_hello". If subsequent handshake messages like
17485-
* "certificate" or "server_key_exchange" are recevied then we
17485+
* "certificate" or "server_key_exchange" are received then we
1748617486
* are doing a full handshake */
1748717487

1748817488
/* If the server included a session id then we

tests/api.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60426,7 +60426,7 @@ static int test_X509_STORE_untrusted(void)
6042660426
ExpectIntEQ(test_X509_STORE_untrusted_certs(untrusted3, 1, 0, 1),
6042760427
TEST_SUCCESS);
6042860428
/* Still needs properly loaded CA, while including it in untrusted
60429-
* list is not an error, it also doesnt count for verify */
60429+
* list is not an error, it also doesn't count for verify */
6043060430
ExpectIntEQ(test_X509_STORE_untrusted_certs(untrusted3, 0,
6043160431
X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY, 0),
6043260432
TEST_SUCCESS);

wolfcrypt/src/aes.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8063,7 +8063,7 @@ static void GHASH_FINAL(Aes* aes, byte* s, word32 sSz)
80638063
GHASH_LEN_BLOCK(aes);
80648064
/* Copy the result into s. */
80658065
XMEMCPY(s, AES_TAG(aes), sSz);
8066-
/* reset aes->gcm.H in case of re-use */
8066+
/* reset aes->gcm.H in case of reuse */
80678067
GHASH_INIT_EXTRA(aes);
80688068
}
80698069
#endif /* WOLFSSL_AESGCM_STREAM */

0 commit comments

Comments
 (0)