From: ralph Date: Sun, 31 May 2009 16:15:47 +0000 (+0000) Subject: fix typo X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=8ad47a56238fe372d5f4b9e27cd39d2a86a979a3 fix typo git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16236 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/include/target.mk b/include/target.mk index a554386cd..7edd6f418 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)), \