Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
valeros committed Jan 10, 2025
1 parent ba4baca commit 875682a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/frameworks/espidf.py
Original file line number Diff line number Diff line change
Expand Up @@ -1388,7 +1388,7 @@ def _create_venv(venv_dir):

if os.path.isdir(venv_dir):
try:
print("Removing an oudated IDF virtual environment")
print("Removing an outdated IDF virtual environment")
shutil.rmtree(venv_dir)
except OSError:
print(
Expand Down

0 comments on commit 875682a

Please sign in to comment.