diff --git a/tests/fw/test_utf8_iterator.c b/tests/fw/test_utf8_iterator.c index 93dc58ef..c0f68f15 100644 --- a/tests/fw/test_utf8_iterator.c +++ b/tests/fw/test_utf8_iterator.c @@ -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;