From f19b0265485731938ffcdbb94d42207cee55b810 Mon Sep 17 00:00:00 2001 From: joey Date: Mon, 6 Dec 1999 21:49:05 +0000 Subject: r325: * Corrected mispellings, Closes: #52013 --- dh_compress | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dh_compress') 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; -- cgit v1.2.3