spelling: unfortunately

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 17:04:10 -05:00
parent 76f3819b39
commit e5fbc9e67e

View file

@ -46,7 +46,7 @@ void test_timezone_database__get_region_count(void) {
} }
void test_timezone_database__find_region_by_name_simple(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. // 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"); const int america_new_york_region = FIND_REGION("America/New_York");