X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=dh_installwm;fp=dh_installwm;h=6199c0ac9a0de5ea09eb7a21604dc5e55c812c5b;hb=23a8188b668fbbdd8e84260040e276a6ef3a879c;hp=842b4f4cb72cea96931f960d5a859362bf493793;hpb=6f79d5cba3c0d84591a8147576a494a7eccffe51;p=debhelper.git diff --git a/dh_installwm b/dh_installwm index 842b4f4..6199c0a 100755 --- a/dh_installwm +++ b/dh_installwm @@ -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]";