diff --git a/src/fw/apps/demo_apps/test_mpu_cache.c b/src/fw/apps/demo_apps/test_mpu_cache.c index 8ccbfa63..0469868b 100644 --- a/src/fw/apps/demo_apps/test_mpu_cache.c +++ b/src/fw/apps/demo_apps/test_mpu_cache.c @@ -57,7 +57,7 @@ static void prv_verify_modify_on_app_task(void *data) { if (app_data->test != 0x3C3C3C3C) { text_layer_set_text(&app_data->text, "FAILED"); } else { - text_layer_set_text(&app_data->text, "PASSSED"); + text_layer_set_text(&app_data->text, "PASSED"); } } diff --git a/src/fw/drivers/flash/qspi_flash.c b/src/fw/drivers/flash/qspi_flash.c index 790798ac..a7f9ac3f 100644 --- a/src/fw/drivers/flash/qspi_flash.c +++ b/src/fw/drivers/flash/qspi_flash.c @@ -656,7 +656,7 @@ void command_flash_apicheck(const char *len_str) { } if (failures == 0) { - prompt_send_response_fmt(buf, buf_size, "SUCCESS: run %d tests and all passeed", passes); + prompt_send_response_fmt(buf, buf_size, "SUCCESS: run %d tests and all passed", passes); } else { prompt_send_response_fmt(buf, buf_size, "FAILED: run %d tests and %d failed",