summaryrefslogtreecommitdiff
path: root/Debian/Debhelper/Dh_Lib.pm
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2012-03-26 12:34:32 -0400
committerJoey Hess <joey@kitenet.net>2012-03-26 12:34:32 -0400
commitc1e062d78e442999fcfa32e9dbdbecdc8621d1e9 (patch)
tree7d945c5b599455791b343253c2eda0303bcc5d4f /Debian/Debhelper/Dh_Lib.pm
parentc07dc38ad2b5476df4b07c432c4c08ff7ef7bc79 (diff)
comment typo
Diffstat (limited to 'Debian/Debhelper/Dh_Lib.pm')
-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;