Skip to content

Commit 0c96aa4

Browse files
committed
fix typo in perlivp
1 parent 51bd194 commit 0c96aa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/perlivp.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ foreach (@INC) {
165165
$INC_total++;
166166
}
167167
168-
$label = '@INC directoreis exist';
168+
$label = '@INC directories exist';
169169
if ($INC_total == $INC_there) {
170170
print "ok 3 $label\n";
171171
$pass__total++;

0 commit comments

Comments
 (0)