From d9cbe55fedccc5d9f1df6f4940d6af9ffc8dfb81 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 13:17:48 -0500 Subject: [PATCH] spelling: compatible Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/process_management/app_run_state.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/process_management/app_run_state.c b/src/fw/process_management/app_run_state.c index 199387b9..0362a12a 100644 --- a/src/fw/process_management/app_run_state.c +++ b/src/fw/process_management/app_run_state.c @@ -90,7 +90,7 @@ void app_run_state_command(CommSession *session, AppRunStateCommand cmd, const U // Determine the running application uuid = &app_manager_get_current_app_md()->uuid; if (session != NULL) { - // We check the session here as to be backwards compatibile with the 0x31 endpoint and + // We check the session here as to be backwards compatible with the 0x31 endpoint and // to avoid repeating code, the endpoint makes use of this function, but since it does // not have an active session (it's session is NULL), it will fall to the else case. AppRunState *app_run_state = kernel_malloc_check(sizeof(AppRunState));