From 0171024c4b1fd6ca495053932ef47bc6b67f24a6 Mon Sep 17 00:00:00 2001 From: JacobBarthelmeh Date: Tue, 8 Apr 2025 10:02:16 -0600 Subject: [PATCH] fix for typo in comments --- tests/api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/api.c b/tests/api.c index c87f24ab0..31f346424 100644 --- a/tests/api.c +++ b/tests/api.c @@ -15798,7 +15798,7 @@ static int test_wc_PKCS7_EncodeSignedData(void) encodeSignedDataStream strm; int numberOfChunkSizes = 4; word32 chunkSizes[] = { 4080, 4096, 5000, 9999 }; - /* chunkSizes were choosen to test around the default 4096 octet string + /* chunkSizes were chosen to test around the default 4096 octet string * size used in pkcs7.c */ ExpectNotNull(pkcs7 = wc_PKCS7_New(HEAP_HINT, testDevId));