aboutsummaryrefslogtreecommitdiff
path: root/examples/MakefileExample
diff options
context:
space:
mode:
authorDaniel Cousens <dcousens@users.noreply.github.com>2015-05-09 14:10:31 +1000
committerDaniel Cousens <dcousens@users.noreply.github.com>2015-05-09 14:10:31 +1000
commitbc4d8791e8610bf11716ad3a04a76e3ad422297e (patch)
treead1c7f70f0c24232a47b56a2bec50b8da74583a0 /examples/MakefileExample
parent6866b79423297c8be1da08f7c85cc2a13abf1e20 (diff)
Fix s/detailled/detailed typo
Diffstat (limited to 'examples/MakefileExample')
-rw-r--r--examples/MakefileExample/Makefile-example.mk2
1 files changed, 1 insertions, 1 deletions
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