From f6321cfb9a605d3ea220407db698e5da36da7485 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 13:28:50 -0500 Subject: [PATCH] spelling: empty Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- tests/fw/test_utf8_iterator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;