From d9a1a779444c8d6bcf204895c44d2d78cd8bb3c3 Mon Sep 17 00:00:00 2001 From: Ralph Hempel Date: Sun, 31 May 2009 16:15:47 +0000 Subject: [PATCH] fix typo SVN-Revision: 16236 --- include/target.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/target.mk b/include/target.mk index a554386cd8..7edd6f4187 100644 --- a/include/target.mk +++ b/include/target.mk @@ -120,8 +120,8 @@ ifeq ($(LINUX_CONFIG),$(LINUX_SUBCONFIG)) LINUX_SUBCONFIG:= endif LINUX_CONFCMD=$(if $(LINUX_CONFIG), \ - $(if $(GENERIC_LINUX_CONFIG),,$(error The generic kernel config for your kernel version is mising)) \ - $(if $(LINUX_CONFIG),,$(error The target kernel config for your kernel version is mising)) \ + $(if $(GENERIC_LINUX_CONFIG),,$(error The generic kernel config for your kernel version is missing)) \ + $(if $(LINUX_CONFIG),,$(error The target kernel config for your kernel version is missing)) \ $(SCRIPT_DIR)/kconfig.pl \ + $(GENERIC_LINUX_CONFIG) \ $(if $(LINUX_SUBCONFIG),+ $(LINUX_CONFIG) $(LINUX_SUBCONFIG),$(LINUX_CONFIG)), \ -- 2.30.2