summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2020-11-11 13:18:38 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2020-11-11 13:18:38 -0800
commit3fc24194c2ded50415f10476f15ce556d44c4c09 (patch)
treee45f17dd8a9cb8d53ba14e726bf93f5b9511c567
parentMerge branch 'rs/pack-write-hashwrite-simplify' (diff)
parentt2402: fix typo (diff)
downloadtgif-3fc24194c2ded50415f10476f15ce556d44c4c09.tar.xz
Merge branch 'rs/worktree-list-show-locked'
Typofix. * rs/worktree-list-show-locked: t2402: fix typo
-rwxr-xr-xt/t2402-worktree-list.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t2402-worktree-list.sh b/t/t2402-worktree-list.sh
index b85bd2655d..795ddca2e4 100755
--- a/t/t2402-worktree-list.sh
+++ b/t/t2402-worktree-list.sh
@@ -61,7 +61,7 @@ test_expect_success '"list" all worktrees --porcelain' '
test_cmp expect actual
'
-test_expect_success '"list" all worktress with locked annotation' '
+test_expect_success '"list" all worktrees with locked annotation' '
test_when_finished "rm -rf locked unlocked out && git worktree prune" &&
git worktree add --detach locked master &&
git worktree add --detach unlocked master &&