mirror of
https://github.com/google/pebble.git
synced 2025-04-30 15:21:41 -04:00
spelling: empty
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
1a6f00e08f
commit
f6321cfb9a
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ void test_utf8_iterator__each_codepoint_invalid(void) {
|
|||
cl_assert_equal_i(s_each_count, 0);
|
||||
}
|
||||
|
||||
void test_utf8_iterator__each_codepoint_emptry_string(void) {
|
||||
void test_utf8_iterator__each_codepoint_empty_string(void) {
|
||||
void *context = (void *)(uintptr_t)0x42;
|
||||
const char *str = "";
|
||||
s_each_count = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue