From e5fbc9e67e292ddc7ce53cbbb4b83334f0098e6e Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 17:04:10 -0500 Subject: [PATCH] spelling: unfortunately Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- tests/fw/services/test_timezone_database.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fw/services/test_timezone_database.c b/tests/fw/services/test_timezone_database.c index 4192bab7..1ccff647 100644 --- a/tests/fw/services/test_timezone_database.c +++ b/tests/fw/services/test_timezone_database.c @@ -46,7 +46,7 @@ void test_timezone_database__get_region_count(void) { } void test_timezone_database__find_region_by_name_simple(void) { - // Unforunately we don't really care what the resulting region ids are, we should + // Unfortunately we don't really care what the resulting region ids are, we should // just make sure the ones that exist are there and they're unique from each other. const int america_new_york_region = FIND_REGION("America/New_York");