spelling: compatible

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 13:17:48 -05:00
parent 6dd10b1640
commit d9cbe55fed

View file

@ -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));