Spelling fixes.

Signed-off-by: Wilson Snyder <wsnyder@wsnyder.org>
This commit is contained in:
Maarten De Braekeleer 2019-07-30 18:27:36 -04:00 committed by Wilson Snyder
parent 6b798830c9
commit 1332446f2a
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ if (! -d $git_dir) {
$git_dir = ".git";
}
# Ignore files localy excluded
# Ignore files locally excluded
my $git_exclude = `cd $root && git ls-files --others --ignored --exclude-from $git_dir/info/exclude`;
foreach my $exclude (split /\s+/, $git_exclude) {
if (exists $files{$exclude}) {