git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] t0007: fix a typo
@ 2020-04-04 14:16 Johannes Schindelin via GitGitGadget
  2020-04-07 22:39 ` Taylor Blau
  0 siblings, 1 reply; 2+ messages in thread
From: Johannes Schindelin via GitGitGadget @ 2020-04-04 14:16 UTC (permalink / raw)
  To: git; +Cc: Johannes Schindelin, Johannes Schindelin

From: Johannes Schindelin <johannes.schindelin@gmx.de>

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
---
    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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-04-07 22:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-04 14:16 [PATCH] t0007: fix a typo Johannes Schindelin via GitGitGadget
2020-04-07 22:39 ` Taylor Blau

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).