mirror of
https://github.com/google/pebble.git
synced 2025-05-20 02:14:57 +00:00
spelling: expected
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
0de0ee0d68
commit
cb8f7b7fc1
2 changed files with 2 additions and 2 deletions
|
@ -228,7 +228,7 @@ void pulse2_reliable_transport_on_command_packet(
|
|||
}
|
||||
} else {
|
||||
PBL_LOG(LOG_LEVEL_DEBUG, "Received truncated or corrupt info packet "
|
||||
"field (expeced %" PRIu16 ", got %" PRIu16 " data bytes). "
|
||||
"field (expected %" PRIu16 ", got %" PRIu16 " data bytes). "
|
||||
"Discarding.", ntoh16(packet->i.length), (uint16_t)length);
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue