Skip to content

Commit c4f575c

Browse files
spaetteDimitriPapadopoulos
authored andcommitted
typo
1 parent a213070 commit c4f575c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codespell_lib/tests/test_basic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -818,7 +818,7 @@ def _helper_test_case_handling_in_fixes(
818818
def test_case_handling_in_fixes(
819819
tmp_path: Path, capsys: pytest.CaptureFixture[str]
820820
) -> None:
821-
"""Test that the case of fixes is similar to the mispelled word."""
821+
"""Test that the case of fixes is similar to the misspelled word."""
822822
_helper_test_case_handling_in_fixes(tmp_path, capsys, reason=False)
823823
_helper_test_case_handling_in_fixes(tmp_path, capsys, reason=True)
824824

0 commit comments

Comments
 (0)