From: Peter Korsgaard Date: Wed, 23 Jun 2010 21:13:48 +0000 (+0200) Subject: Makefile.autotools.in fix typo (s/extrators/extractors/) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d39ca39269b340cfc9a1618f470543db91565cba;p=buildroot.git Makefile.autotools.in fix typo (s/extrators/extractors/) Noticed by Michael S. Zick. Signed-off-by: Peter Korsgaard --- diff --git a/package/Makefile.package.in b/package/Makefile.package.in index 2769707f94..16ce16af0c 100644 --- a/package/Makefile.package.in +++ b/package/Makefile.package.in @@ -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)