mirror of
https://github.com/google/pebble.git
synced 2025-04-30 07:21:39 -04:00
spelling: ignore
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
2efa9cc170
commit
e291b6726e
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ void test_launcher_app_message__cleanup(void) {
|
|||
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;
|
||||
launcher_app_message_protocol_msg_callback_deprecated(s_session, &too_short, sizeof(too_short));
|
||||
fake_comm_session_process_send_next();
|
||||
|
|
Loading…
Add table
Reference in a new issue