From 42f738572b31c7b86cb7c77c3e823b9dbea5c8a2 Mon Sep 17 00:00:00 2001 From: Dirk Wetter Date: Thu, 8 May 2025 23:10:24 +0200 Subject: [PATCH] fix spelling error --- t/31_isJSON_valid.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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