remove duplicate "the" typo
This commit is contained in:
parent
74defd4812
commit
e618ef1526
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ sub aliens {
|
||||||
!-l && !-d && print "Unstowed file: $File::Find::name\n";
|
!-l && !-d && print "Unstowed file: $File::Find::name\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
# just list the packages in the the target directory
|
# just list the packages in the target directory
|
||||||
# FIXME: what if the stow dir is not called 'stow'?
|
# FIXME: what if the stow dir is not called 'stow'?
|
||||||
sub list {
|
sub list {
|
||||||
if (-l) {
|
if (-l) {
|
||||||
|
|
Loading…
Reference in a new issue