From 9ae5e135846b5bc4c500499406159855231bd31b Mon Sep 17 00:00:00 2001 From: "D. Cody Cutright" Date: Mon, 16 Dec 2024 11:56:43 -0500 Subject: [PATCH] [nasa/cryptolib#365] Minor typo --- src/core/crypto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/crypto.c b/src/core/crypto.c index 7149e23f..e0da4993 100644 --- a/src/core/crypto.c +++ b/src/core/crypto.c @@ -789,7 +789,7 @@ int32_t Crypto_Process_Extended_Procedure_Pdu(TC_t *tc_sdls_processed_frame, uin if (status == CRYPTO_LIB_SUCCESS) { - // Check for speciic App ID for EPs - the CryptoLib Apid in this case + // Check for specific App ID for EPs - the CryptoLib Apid in this case if ((tc_sdls_processed_frame->tc_pdu[0] == 0x18) && (tc_sdls_processed_frame->tc_pdu[1] == 0x80)) { #ifdef CRYPTO_EPROC