spelling: whoami

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 18:50:11 -05:00
parent fed3c7b83f
commit be5dc944b3
3 changed files with 3 additions and 3 deletions

View file

@ -327,7 +327,7 @@ static bool prv_is_alive(void) {
return true;
} else {
PBL_LOG(LOG_LEVEL_DEBUG,
"Error: read max14690 whomai byte 0x%x, expecting 0x%x", val, 0x01);
"Error: read max14690 whoami byte 0x%x, expecting 0x%x", val, 0x01);
return false;
}
}