mirror of
https://github.com/google/pebble.git
synced 2025-06-03 16:53:11 +00:00
spelling: arbitrarily
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
2529de015f
commit
1114914d33
2 changed files with 2 additions and 2 deletions
|
@ -109,7 +109,7 @@ void test_string__test_itoa_int(void) {
|
|||
}
|
||||
|
||||
void test_string__test_byte_stream_to_hex_string(void) {
|
||||
char result_buf[256]; // arbitraily large
|
||||
char result_buf[256]; // arbitrarily large
|
||||
|
||||
const uint8_t byte_stream[10] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9};
|
||||
const char *expected_result_fwd = "00010203040506070809";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue