Skip to content

Commit 2deda00

Browse files
stefanbellergitster
authored andcommitted
t6120: fix typo in test name
Signed-off-by: Stefan Beller <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent cb5918a commit 2deda00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t6120-describe.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ test_expect_success 'describe chokes on severely broken submodules' '
304304
mv .git/modules/sub1/ .git/modules/sub_moved &&
305305
test_must_fail git describe --dirty
306306
'
307-
test_expect_success 'describe ignoring a borken submodule' '
307+
test_expect_success 'describe ignoring a broken submodule' '
308308
git describe --broken >out &&
309309
test_when_finished "mv .git/modules/sub_moved .git/modules/sub1" &&
310310
grep broken out

0 commit comments

Comments
 (0)