diff options
| author | Sudar Muthu <sudar@sudarmuthu.com> | 2015-05-09 10:22:56 +0530 |
|---|---|---|
| committer | Sudar Muthu <sudar@sudarmuthu.com> | 2015-05-09 10:22:56 +0530 |
| commit | 63f2d0b7cd35d80738af0262610e300b80ff98b0 (patch) | |
| tree | ad1c7f70f0c24232a47b56a2bec50b8da74583a0 /examples/MakefileExample | |
| parent | 6866b79423297c8be1da08f7c85cc2a13abf1e20 (diff) | |
| parent | bc4d8791e8610bf11716ad3a04a76e3ad422297e (diff) | |
Merge pull request #350 from dcousens/patch-1
Fix s/detailled/detailed typo
Diffstat (limited to 'examples/MakefileExample')
| -rw-r--r-- | examples/MakefileExample/Makefile-example.mk | 2 |
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 |
