mirror of
https://github.com/google/pebble.git
synced 2025-05-01 07:41:41 -04:00
spelling: passed
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
46910d0b3d
commit
d98fd94906
2 changed files with 2 additions and 2 deletions
|
@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue