summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-11-02 16:53:24 +0900
committerJunio C Hamano <gitster@pobox.com>2023-11-02 16:53:24 +0900
commit71c614b9a2672d035ef663340e69de9e2ac72562 (patch)
tree408f17e57653782e7a3f2d309190a0ca7ce9a8c5
parentcd41f66b9dc6b12038e7669e591ad3c593144563 (diff)
parent8aae4897567f4cd720f553b40b2f11c21cb5599e (diff)
downloadgit-71c614b9a2672d035ef663340e69de9e2ac72562.tar.gz
Merge branch 'ob/t3404-typofix' into maint-2.42
Code clean-up. * ob/t3404-typofix: t3404-rebase-interactive.sh: fix typos in title of a rewording test
-rwxr-xr-xt/t3404-rebase-interactive.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t3404-rebase-interactive.sh b/t/t3404-rebase-interactive.sh
index 939fe8dfbc..8ea2bf1302 100755
--- a/t/t3404-rebase-interactive.sh
+++ b/t/t3404-rebase-interactive.sh
@@ -759,7 +759,7 @@ test_expect_success 'reword' '
git show HEAD~2 | grep "C changed"
'
-test_expect_success 'no uncommited changes when rewording the todo list is reloaded' '
+test_expect_success 'no uncommitted changes when rewording and the todo list is reloaded' '
git checkout E &&
test_when_finished "git checkout @{-1}" &&
(