X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=Debian%2FDebhelper%2FDh_Lib.pm;h=10ae69f7babd6e85985e27a4a9bbf247b3d79277;hb=c1e062d78e442999fcfa32e9dbdbecdc8621d1e9;hp=e0a274a4dd78192fb7893a249a85930cf094a2cf;hpb=c07dc38ad2b5476df4b07c432c4c08ff7ef7bc79;p=debhelper.git 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;