spelling: id

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 11:08:04 -05:00
parent 7128e60f76
commit 2efa9cc170
7 changed files with 9 additions and 9 deletions

View file

@ -181,7 +181,7 @@ bool debug_db_is_generation_valid(int file_generation) {
}
if (file_header.file_id != (s_current_file_id - file_generation)) {
PBL_LOG(LOG_LEVEL_DEBUG, "Id: %"PRIu8" Expected: %u", file_header.file_id, (s_current_file_id - file_generation));
PBL_LOG(LOG_LEVEL_DEBUG, "ID: %"PRIu8" Expected: %u", file_header.file_id, (s_current_file_id - file_generation));
return false;
}