Ver Fonte

fix typo

SVN-Revision: 16236
Ralph Hempel há 17 anos atrás
pai
commit
b6e5025f15
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      include/target.mk

+ 2 - 2
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)), \