diff options
author | joey <joey> | 2001-06-21 02:09:34 +0000 |
---|---|---|
committer | joey <joey> | 2001-06-21 02:09:34 +0000 |
commit | 23a8188b668fbbdd8e84260040e276a6ef3a879c (patch) | |
tree | bef3e0d3db9049d16dfb46f887199e0e741c94fb /dh_installmanpages | |
parent | 6f79d5cba3c0d84591a8147576a494a7eccffe51 (diff) | |
download | debhelper-23a8188b668fbbdd8e84260040e276a6ef3a879c.tar.gz |
r482: * Spellpatch, Closes: #101553
Diffstat (limited to 'dh_installmanpages')
-rwxr-xr-x | dh_installmanpages | 2 |
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; |