diff options
-rw-r--r-- | utils/perlivp.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/perlivp.PL b/utils/perlivp.PL index 50d187a544..f175caadd9 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++; |