From bc4d8791e8610bf11716ad3a04a76e3ad422297e Mon Sep 17 00:00:00 2001 From: Daniel Cousens Date: Sat, 9 May 2015 14:10:31 +1000 Subject: [PATCH] Fix s/detailled/detailed typo --- examples/MakefileExample/Makefile-example.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/MakefileExample/Makefile-example.mk b/examples/MakefileExample/Makefile-example.mk index 67e83e3..a144bd6 100644 --- a/examples/MakefileExample/Makefile-example.mk +++ b/examples/MakefileExample/Makefile-example.mk @@ -1,6 +1,6 @@ ### DISCLAIMER ### This is an example Makefile and it MUST be configured to suit your needs. -### For detailled explanations about all the avalaible options, +### For detailed explanations about all the avalaible options, ### please refer to https://github.com/sudar/Arduino-Makefile/blob/master/arduino-mk-vars.md ### Original project where this Makefile comes from: https://github.com/WeAreLeka/Bare-Arduino-Project