Skip to content

Commit

Permalink
Fix typos discovered by codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Feb 2, 2025
1 parent c9016d6 commit aa3e71f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platformio/project/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ def _re_interpolation_handler(self, parent_section, parent_option, match):
if section is None:
if option in self.BUILTIN_VARS:
return self.BUILTIN_VARS[option]()
# SCons varaibles
# SCons variables
return f"${{{option}}}"

# handle system environment variables
Expand Down

0 comments on commit aa3e71f

Please sign in to comment.