Skip to content

Commit 4c84f0d

Browse files
ArjenLJunio C Hamano
authored andcommitted
t3200-branch.sh: small language nit
Signed-off-by: Junio C Hamano <[email protected]>
1 parent ae25c67 commit 4c84f0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t3200-branch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ handled. Specifically, that a bogus branch is not created.
1111
. ./test-lib.sh
1212

1313
test_expect_success \
14-
'prepare an trivial repository' \
14+
'prepare a trivial repository' \
1515
'echo Hello > A &&
1616
git-update-index --add A &&
1717
git-commit -m "Initial commit." &&

0 commit comments

Comments
 (0)