From 1332446f2a46a02dbc8fc9bbfd35ec6218e3fd11 Mon Sep 17 00:00:00 2001 From: Maarten De Braekeleer Date: Tue, 30 Jul 2019 18:27:36 -0400 Subject: [PATCH] Spelling fixes. Signed-off-by: Wilson Snyder --- test_regress/t/t_dist_manifest.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_regress/t/t_dist_manifest.pl b/test_regress/t/t_dist_manifest.pl index 15311b532..7947d936f 100755 --- a/test_regress/t/t_dist_manifest.pl +++ b/test_regress/t/t_dist_manifest.pl @@ -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}) {