Makefile.autotools.in fix typo (s/extrators/extractors/)

Noticed by Michael S. Zick.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Peter Korsgaard 2010-06-23 23:13:48 +02:00
parent 059f6bb68a
commit d39ca39269
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ define KCONFIG_DISABLE_OPT
echo "# $(1) is not set" >> $(2)
endef
# Define extrators for different archive suffixes
# Define extractors for different archive suffixes
INFLATE.bz2 = $(BZCAT)
INFLATE.gz = $(ZCAT)
INFLATE.tbz = $(BZCAT)