Comment spelling fix.

This commit is contained in:
Ville Skyttä 2010-11-16 22:25:01 +02:00
parent 6934a508ef
commit 88924b0cac

View File

@ -8,7 +8,7 @@ my %seen;
sub print_modules_real {
my ($base, $dir, $word) = @_;
# returns immediatly if the base doesn't match
# return immediately if the base doesn't match
return if $base && $base !~ /^\Q$word/;
chdir($dir) or return;