summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Debian/Debhelper/Dh_Lib.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Debian/Debhelper/Dh_Lib.pm b/Debian/Debhelper/Dh_Lib.pm
index e0a274a4..10ae69f7 100644
--- a/Debian/Debhelper/Dh_Lib.pm
+++ b/Debian/Debhelper/Dh_Lib.pm
@@ -618,7 +618,7 @@ sub filedoublearray {
my $file=shift;
my $globdir=shift;
- # executable confi files are a v9 thing.
+ # executable config files are a v9 thing.
my $x=! compat(8) && -x $file;
if ($x) {
require Cwd;