]> git.donarmstrong.com Git - debhelper.git/blobdiff - Debian/Debhelper/Dh_Lib.pm
comment typo
[debhelper.git] / Debian / Debhelper / Dh_Lib.pm
index 070c6d6fc0cf08a7a3008f1398a41c1e28ba4cce..10ae69f7babd6e85985e27a4a9bbf247b3d79277 100644 (file)
@@ -346,7 +346,7 @@ sub dirname {
                                }
                        }
                        else {
-                               warning("No compatability level specified in debian/compat");
+                               warning("No compatibility level specified in debian/compat");
                                warning("This package will soon FTBFS; time to fix it!");
                        }
 
@@ -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;