Skip to content

Commit 91d19a6

Browse files
authored
Notes: Fix typo
1 parent 1d9ae0a commit 91d19a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ Linux treats file names like `MyFavoriteMCU.icf`, `MYFAVORITEMCU.ICF`, and `myfa
3232
Adjusting the affected file names to comply with such requirements should fix these issues.
3333

3434
### Path names on Linux
35-
Many legacy projects were developed primarily on Windows, where the path separators can be either backward-slash `\` or forward-slash `/`. Backward-slashes however are not portable across Linux file systems. Projects using backward-slashes will need to be adjusted in favor or portable path names wherever required.
35+
Many legacy projects were developed primarily on Windows, where the path separators can be either backward-slash `\` or forward-slash `/`. Backward-slashes however are not portable across Linux file systems. Projects using backward-slashes will need to be adjusted in favor of portable path names wherever required.

0 commit comments

Comments
 (0)