diff options
author | joey <joey> | 1999-12-06 21:49:05 +0000 |
---|---|---|
committer | joey <joey> | 1999-12-06 21:49:05 +0000 |
commit | f19b0265485731938ffcdbb94d42207cee55b810 (patch) | |
tree | 276de9c067a6fecc8977ac081b492f16853ab58d /dh_compress | |
parent | 44af186fb4ef8f5d6620355006250d4539bbe978 (diff) | |
download | debhelper-f19b0265485731938ffcdbb94d42207cee55b810.tar.gz |
r325: * Corrected mispellings, Closes: #52013
Diffstat (limited to 'dh_compress')
-rwxr-xr-x | dh_compress | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_compress b/dh_compress index 73676d6a..e3c6e0b2 100755 --- a/dh_compress +++ b/dh_compress @@ -34,7 +34,7 @@ foreach $PACKAGE (@{$dh{DOPACKAGES}}) { # Note that all the excludes of odd things like _z are because # gzip refuses to compress such files, assumming they are zip files. # I looked at the gzip source to get the complete list of such - # extentions: ".gz", ".z", ".taz", ".tgz", "-gz", "-z", "_z" + # extensions: ".gz", ".z", ".taz", ".tgz", "-gz", "-z", "_z" push @files, split(/\n/,` find usr/info usr/share/info usr/man usr/share/man usr/X11*/man -type f ! -name "*.gz" 2>/dev/null || true; |