From: Joey Hess Date: Mon, 26 Mar 2012 16:34:32 +0000 (-0400) Subject: comment typo X-Git-Url: https://git.donarmstrong.com/?p=debhelper.git;a=commitdiff_plain;h=c1e062d78e442999fcfa32e9dbdbecdc8621d1e9 comment typo --- diff --git a/Debian/Debhelper/Dh_Lib.pm b/Debian/Debhelper/Dh_Lib.pm index e0a274a..10ae69f 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;