From 2524a8930c1e46c86cbddd62a7f2ea7d297054dd Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sat, 15 Jan 2022 20:10:32 -0500 Subject: [PATCH] spelling: amended Signed-off-by: Josh Soref --- tests/commands/install_uninstall_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/commands/install_uninstall_test.py b/tests/commands/install_uninstall_test.py index 0b2e248b..93c20a32 100644 --- a/tests/commands/install_uninstall_test.py +++ b/tests/commands/install_uninstall_test.py @@ -797,7 +797,7 @@ def test_post_rewrite_integration(tempdir_factory, store): assert not os.path.exists('post-rewrite.tmp') - git_commit('--amend', '-m', 'ammended message') + git_commit('--amend', '-m', 'amended message') assert os.path.exists('post-rewrite.tmp')