]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_installwm
r482: * Spellpatch, Closes: #101553
[debhelper.git] / dh_installwm
index 842b4f4cb72cea96931f960d5a859362bf493793..6199c0ac9a0de5ea09eb7a21604dc5e55c812c5b 100755 (executable)
@@ -63,7 +63,7 @@ if (! defined $dh{PRIORITY}) {
 }
 
 if (@ARGV) {
-       # This is here for backwards compatability. If the filename doesn't
+       # This is here for backwards compatibility. If the filename doesn't
        # include a path, assume it's in /usr/X11R6/bin.
        if ($ARGV[0] !~ m:/:) {
                $ARGV[0]="/usr/X11R6/bin/$ARGV[0]";