diff --git a/vlib/strconv/atoi_test.v b/vlib/strconv/atoi_test.v index 37ed9e07920b82..753acfa166a557 100644 --- a/vlib/strconv/atoi_test.v +++ b/vlib/strconv/atoi_test.v @@ -5,7 +5,7 @@ struct StrInt { // test struct int_value int } -// test what should be catched by atoi_common_check +// test what should be caught by atoi_common_check fn test_common_check() { // Parsing of these strings should fail on all types. ko := [