]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_builddeb
Typo fix. Closes: #486464
[debhelper.git] / dh_builddeb
index 466b248bf82b58ad9d989409e7e586b61541bd2e..8c3930fb7c5dd4f7b8c2cac5a3f06b8b21617f75 100755 (executable)
@@ -64,7 +64,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
                        complex_doit("find $tmp $dh{EXCLUDE_FIND} | xargs rm -rf");
                }
                else {
-                       # Old broken code here for compatability. Does not
+                       # Old broken code here for compatibility. Does not
                        # remove everything.
                        complex_doit("find $tmp -name $_ | xargs rm -rf")
                                foreach split(":", $ENV{DH_ALWAYS_EXCLUDE});