summaryrefslogtreecommitdiff
path: root/dh_installwm
diff options
context:
space:
mode:
Diffstat (limited to 'dh_installwm')
-rwxr-xr-xdh_installwm2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_installwm b/dh_installwm
index 842b4f4c..6199c0ac 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]";