Skip to content

Commit b64b43d

Browse files
felipecgitster
authored andcommitted
test: completion: fix typos
Signed-off-by: Felipe Contreras <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 02b5aa5 commit b64b43d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

t/t9902-completion.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -906,7 +906,7 @@ test_expect_success '__git_refs - after --opt= - full refs' '
906906
test_cmp expected "$actual"
907907
'
908908

909-
test_expect_success '__git refs - exluding refs' '
909+
test_expect_success '__git refs - excluding refs' '
910910
cat >expected <<-EOF &&
911911
^HEAD
912912
^master
@@ -922,7 +922,7 @@ test_expect_success '__git refs - exluding refs' '
922922
test_cmp expected "$actual"
923923
'
924924

925-
test_expect_success '__git refs - exluding full refs' '
925+
test_expect_success '__git refs - excluding full refs' '
926926
cat >expected <<-EOF &&
927927
^refs/heads/master
928928
^refs/heads/matching-branch

0 commit comments

Comments
 (0)