From 634bd9bc9ce75bfb1dc1585cd1cf8393fecc6ca6 Mon Sep 17 00:00:00 2001 From: Simon John Date: Wed, 21 May 2014 00:14:46 +0100 Subject: Some language clean up --- Arduino.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Arduino.mk') diff --git a/Arduino.mk b/Arduino.mk index 42dfef0..e66dfee 100644 --- a/Arduino.mk +++ b/Arduino.mk @@ -648,7 +648,7 @@ LOCAL_OBJ_FILES = $(LOCAL_C_SRCS:.c=.o) $(LOCAL_CPP_SRCS:.cpp=.o) \ LOCAL_OBJS = $(patsubst %,$(OBJDIR)/%,$(LOCAL_OBJ_FILES)) ifeq ($(words $(LOCAL_SRCS)), 0) - $(error Atleast one source file (*.ino, *.pde, *.cpp, *c, *cc, *.S) is needed) + $(error At least one source file (*.ino, *.pde, *.cpp, *c, *cc, *.S) is needed) endif ifeq ($(strip $(NO_CORE)),) -- cgit v1.2.3