aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSudar Muthu <sudar@sudarmuthu.com>2018-01-25 09:38:47 +0530
committerGitHub <noreply@github.com>2018-01-25 09:38:47 +0530
commit84803734779ddb4af0b8afb1f7de4c9d15771859 (patch)
tree1255cf39a544169a60fcbbcbf1335f1bbf07e061
parent5869c98344c7d449a55fa389529252613fb0df2b (diff)
parentb4c381c4b75595d78b4a45b60770d3ebf9b7ab81 (diff)
Merge pull request #548 from kierdavis/fix-typo
Fix typo in arduino-mk-vars.md
-rw-r--r--arduino-mk-vars.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/arduino-mk-vars.md b/arduino-mk-vars.md
index d19d3d6..b86496a 100644
--- a/arduino-mk-vars.md
+++ b/arduino-mk-vars.md
@@ -1044,7 +1044,7 @@ ASFLAGS += -my-as-only-flag
**Description:**
-Flags passed to the C pre-processor (for C, C++ and assembly source flies). Add
+Flags passed to the C pre-processor (for C, C++ and assembly source files). Add
more flags to this variable using `+=`.
Defaults to all flags required for a typical build.