summaryrefslogtreecommitdiff
path: root/dh_installwm
diff options
context:
space:
mode:
authorjoey <joey>2001-06-21 02:09:34 +0000
committerjoey <joey>2001-06-21 02:09:34 +0000
commit23a8188b668fbbdd8e84260040e276a6ef3a879c (patch)
treebef3e0d3db9049d16dfb46f887199e0e741c94fb /dh_installwm
parent6f79d5cba3c0d84591a8147576a494a7eccffe51 (diff)
r482: * Spellpatch, Closes: #101553
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]";