From df800538b65cb05c6eedf7fe2ef4ce160e5f021b Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sat, 15 Jan 2022 20:10:33 -0500 Subject: [PATCH] spelling: targeting Signed-off-by: Josh Soref --- tests/error_handler_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/error_handler_test.py b/tests/error_handler_test.py index 6b0bb86d..8fcfcd12 100644 --- a/tests/error_handler_test.py +++ b/tests/error_handler_test.py @@ -187,7 +187,7 @@ def test_error_handler_no_tty(tempdir_factory): @xfailif_windows # pragma: win32 no cover def test_error_handler_read_only_filesystem(mock_store_dir, cap_out, capsys): # a better scenario would be if even the Store crash would be handled - # but realistically we're only targetting systems where the Store has + # but realistically we're only targeting systems where the Store has # already been set up Store()