]> git.donarmstrong.com Git - debhelper.git/commitdiff
comment typo
authorJoey Hess <joey@kitenet.net>
Mon, 26 Mar 2012 16:34:32 +0000 (12:34 -0400)
committerJoey Hess <joey@kitenet.net>
Mon, 26 Mar 2012 16:34:32 +0000 (12:34 -0400)
Debian/Debhelper/Dh_Lib.pm

index e0a274a4dd78192fb7893a249a85930cf094a2cf..10ae69f7babd6e85985e27a4a9bbf247b3d79277 100644 (file)
@@ -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;