Comment spelling fix.
This commit is contained in:
parent
6934a508ef
commit
88924b0cac
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user