Skip to content

Commit 8480373

Browse files
authored
Merge pull request #548 from kierdavis/fix-typo
Fix typo in arduino-mk-vars.md
2 parents 5869c98 + b4c381c commit 8480373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arduino-mk-vars.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1044,7 +1044,7 @@ ASFLAGS += -my-as-only-flag
10441044

10451045
**Description:**
10461046

1047-
Flags passed to the C pre-processor (for C, C++ and assembly source flies). Add
1047+
Flags passed to the C pre-processor (for C, C++ and assembly source files). Add
10481048
more flags to this variable using `+=`.
10491049

10501050
Defaults to all flags required for a typical build.

0 commit comments

Comments
 (0)