mirror of
https://github.com/google/pebble.git
synced 2025-11-12 18:43:18 -05:00
spelling: empty
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user