From c4f575c11e74da89dcfe23fb6355de3c4a0cf6fc Mon Sep 17 00:00:00 2001 From: spaette <111918424+spaette@users.noreply.github.com> Date: Mon, 1 Jul 2024 11:56:05 -0500 Subject: [PATCH] typo --- codespell_lib/tests/test_basic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codespell_lib/tests/test_basic.py b/codespell_lib/tests/test_basic.py index 98e5dd41f0..8035cf98a7 100644 --- a/codespell_lib/tests/test_basic.py +++ b/codespell_lib/tests/test_basic.py @@ -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)