Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-09-20 20:44:58 +0300
committerJunio C Hamano <gitster@pobox.com>2023-09-20 20:44:58 +0300
commit767e4d68c7dab58e55c4f43ee8a490c946e480b8 (patch)
tree45364cb549414c93dff15c8badc686bbddc4c3ac /t/t3404-rebase-interactive.sh
parent0e72b42a52bd7171c5173cfd82bda5c30bc024c8 (diff)
parent8aae4897567f4cd720f553b40b2f11c21cb5599e (diff)
Merge branch 'ob/t3404-typofix'
Code clean-up. * ob/t3404-typofix: t3404-rebase-interactive.sh: fix typos in title of a rewording test
Diffstat (limited to 't/t3404-rebase-interactive.sh')
-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}" &&
(