diff --git a/utils/perlivp.PL b/utils/perlivp.PL index 50d187a544e0..f175caadd992 100644 --- a/utils/perlivp.PL +++ b/utils/perlivp.PL @@ -165,7 +165,7 @@ foreach (@INC) { $INC_total++; } -$label = '@INC directoreis exist'; +$label = '@INC directories exist'; if ($INC_total == $INC_there) { print "ok 3 $label\n"; $pass__total++;