Comment spelling fixes.
This commit is contained in:
parent
0d0d0da48b
commit
83c1f1a960
@ -9,11 +9,11 @@ my %seen;
|
|||||||
sub print_modules_real {
|
sub print_modules_real {
|
||||||
my ($base, $dir, $word) = @_;
|
my ($base, $dir, $word) = @_;
|
||||||
|
|
||||||
# return immediatly if potential completion doesn't match current word
|
# return immediately if potential completion doesn't match current word
|
||||||
# a double comparaison is used to avoid dealing with string lengths
|
# a double comparison is used to avoid dealing with string lengths
|
||||||
# (the shorter being the pattern to be used as the regexp)
|
# (the shorter being the pattern to be used as the regexp)
|
||||||
# word 'Fi', base 'File' -> match 'File' against 'Fi'
|
# word 'Fi', base 'File' -> match 'File' against 'Fi'
|
||||||
# word 'File::Sp', base 'File' -> match 'File::Sp' againt 'File'
|
# word 'File::Sp', base 'File' -> match 'File::Sp' against 'File'
|
||||||
return if
|
return if
|
||||||
$base &&
|
$base &&
|
||||||
$word &&
|
$word &&
|
||||||
|
Loading…
x
Reference in New Issue
Block a user