Skip to content

Commit a1aba0c

Browse files
dschogitster
authored andcommitted
t0007: fix a typo
Signed-off-by: Johannes Schindelin <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent cf7a851 commit a1aba0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t0007-git-var.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ test_expect_success 'get GIT_COMMITTER_IDENT' '
1717
test_cmp expect actual
1818
'
1919

20-
test_expect_success !FAIL_PREREQS,!AUTOIDENT 'requested identites are strict' '
20+
test_expect_success !FAIL_PREREQS,!AUTOIDENT 'requested identities are strict' '
2121
(
2222
sane_unset GIT_COMMITTER_NAME &&
2323
sane_unset GIT_COMMITTER_EMAIL &&

0 commit comments

Comments
 (0)