diff --git a/t/31_isJSON_valid.t b/t/31_isJSON_valid.t index 31a2863..dfb8037 100755 --- a/t/31_isJSON_valid.t +++ b/t/31_isJSON_valid.t @@ -58,7 +58,7 @@ is(@errors,0,"no errors"); $tests++; if ( $os eq "linux" ){ - # macos doesn't have a timout command, unless we install coreutils (gnu coreutils) + # macos doesn't have a timeout command, unless we install coreutils (gnu coreutils) # so we just silently skip this #4