spelling: ignore

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 14:50:52 -05:00
parent 2efa9cc170
commit e291b6726e

View file

@ -138,7 +138,7 @@ void test_launcher_app_message__cleanup(void) {
fake_system_task_callbacks_cleanup(); fake_system_task_callbacks_cleanup();
} }
void test_launcher_app_message__ingore_too_short_message(void) { void test_launcher_app_message__ignore_too_short_message(void) {
uint8_t too_short = 0; uint8_t too_short = 0;
launcher_app_message_protocol_msg_callback_deprecated(s_session, &too_short, sizeof(too_short)); launcher_app_message_protocol_msg_callback_deprecated(s_session, &too_short, sizeof(too_short));
fake_comm_session_process_send_next(); fake_comm_session_process_send_next();