Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
spaette authored and DimitriPapadopoulos committed Jul 2, 2024
1 parent a213070 commit c4f575c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codespell_lib/tests/test_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,7 @@ def _helper_test_case_handling_in_fixes(
def test_case_handling_in_fixes(
tmp_path: Path, capsys: pytest.CaptureFixture[str]
) -> None:
"""Test that the case of fixes is similar to the mispelled word."""
"""Test that the case of fixes is similar to the misspelled word."""
_helper_test_case_handling_in_fixes(tmp_path, capsys, reason=False)
_helper_test_case_handling_in_fixes(tmp_path, capsys, reason=True)

Expand Down

0 comments on commit c4f575c

Please sign in to comment.