diff --git a/vlib/time/parse_test.v b/vlib/time/parse_test.v index 19859f11c6..478dbdf827 100644 --- a/vlib/time/parse_test.v +++ b/vlib/time/parse_test.v @@ -58,7 +58,7 @@ fn test_iso8601_parse_utc() { assert t_utc.day == 5 } -fn test_iso8601_parse_loacl() { +fn test_iso8601_parse_local() { format_utc := '2020-06-05T15:38:06.015959' t_utc := time.parse_iso8601(format_utc) or { panic(err)