summaryrefslogtreecommitdiff
path: root/dh_installmanpages
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_installmanpages
parent6f79d5cba3c0d84591a8147576a494a7eccffe51 (diff)
r482: * Spellpatch, Closes: #101553
Diffstat (limited to 'dh_installmanpages')
-rwxr-xr-xdh_installmanpages2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_installmanpages b/dh_installmanpages
index 60dcd832..cbde23c3 100755
--- a/dh_installmanpages
+++ b/dh_installmanpages
@@ -142,7 +142,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
my $install=1;
foreach my $skip (@ARGV) {
# Look at basename of what's on connect line
- # for backwards compatability.
+ # for backwards compatibility.
if ($basename eq basename($skip)) {
$install=undef;
last;