Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tekktrik committed Feb 23, 2024
1 parent d0878a8 commit 6ca0041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def test_cache_save() -> None:
assert expected_path.exists()
shutil.rmtree(expected_path.parent.resolve())

# Save a specifici firmware (unsuccessful)
# Save a specific firmware (unsuccessful)
result = runner.invoke(
cli, ["cache", "save", board, version, "--language", "nolanguage"]
)
Expand Down

0 comments on commit 6ca0041

Please sign in to comment.