From dde3a8bd9229ff25ec8bc03c35d937f43233f48e Mon Sep 17 00:00:00 2001 From: luz paz Date: Sat, 7 May 2022 15:59:10 -0400 Subject: Fix various typos Found via `codespell -q 3 -S ./git/ext/gitdb,./test/fixtures/reflog_master,./test/fixtures/diff_mode_only,./test/fixtures/reflog_HEAD` --- test/test_index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_index.py') diff --git a/test/test_index.py b/test/test_index.py index 233a4c64..4a20a8f6 100644 --- a/test/test_index.py +++ b/test/test_index.py @@ -936,4 +936,4 @@ class TestIndex(TestBase): self.assertEqual(err.stderr, "\n stderr: 'stderr\n'") assert str(err) else: - raise AssertionError("Should have cought a HookExecutionError") + raise AssertionError("Should have caught a HookExecutionError") -- cgit v1.2.1