From: Johannes Schindelin <johannes.schindelin@xxxxxx> Signed-off-by: Johannes Schindelin <johannes.schindelin@xxxxxx> --- Fix typo "identites" I am fairly certain that 879ed7539357 (t: add tests for "git var", 2012-11-28) did not meant to use the French spelling (for which the accent would be missing, anyway). Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-598%2Fdscho%2Ftyop-identites-v1 Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-598/dscho/tyop-identites-v1 Pull-Request: https://github.com/gitgitgadget/git/pull/598 t/t0007-git-var.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/t0007-git-var.sh b/t/t0007-git-var.sh index 1f600e2cae5..88b9ae81588 100755 --- a/t/t0007-git-var.sh +++ b/t/t0007-git-var.sh @@ -17,7 +17,7 @@ test_expect_success 'get GIT_COMMITTER_IDENT' ' test_cmp expect actual ' -test_expect_success !FAIL_PREREQS,!AUTOIDENT 'requested identites are strict' ' +test_expect_success !FAIL_PREREQS,!AUTOIDENT 'requested identities are strict' ' ( sane_unset GIT_COMMITTER_NAME && sane_unset GIT_COMMITTER_EMAIL && base-commit: 9fadedd637b312089337d73c3ed8447e9f0aa775 -- gitgitgadget