diff --git a/services/cert_manager_standard/cert_manager_engine/main/core/src/cert_manager_status.c b/services/cert_manager_standard/cert_manager_engine/main/core/src/cert_manager_status.c index dbd1a2625769c859b2bbece2acf4c6aa843d2081..e3276e7cda4b8d46ebe9caa0ce2e51e76a7178a5 100644 --- a/services/cert_manager_standard/cert_manager_engine/main/core/src/cert_manager_status.c +++ b/services/cert_manager_standard/cert_manager_engine/main/core/src/cert_manager_status.c @@ -120,7 +120,7 @@ static int EncodeStatus(RbTreeValue value, uint8_t *buf, uint32_t *size) struct CertStatus *cs = (struct CertStatus *) value; if (cs == NULL) { - CM_LOG_E("Unexpectef NULL value.\n"); + CM_LOG_E("Unexpected NULL value.\n"); return CMR_ERROR; }