diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-06-19 16:01:54 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-06-19 16:01:54 -0700 |
commit | 28eb1afec90fab398fc58a1d6119b9e99a733f87 (patch) | |
tree | 17041ea7df86d2648f4aa203a0fa9e24fcf8eb44 /t/t4203-mailmap.sh | |
parent | Merge branch 'maint' (diff) | |
parent | Fix typo: existant->existent (diff) | |
download | tgif-28eb1afec90fab398fc58a1d6119b9e99a733f87.tar.xz |
Merge branch 'di/no-no-existant'
* di/no-no-existant:
Fix typo: existant->existent
Diffstat (limited to 't/t4203-mailmap.sh')
-rwxr-xr-x | t/t4203-mailmap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t4203-mailmap.sh b/t/t4203-mailmap.sh index e818de6ddd..1f182f612c 100755 --- a/t/t4203-mailmap.sh +++ b/t/t4203-mailmap.sh @@ -94,7 +94,7 @@ nick1 (1): EOF -test_expect_success 'mailmap.file non-existant' ' +test_expect_success 'mailmap.file non-existent' ' rm internal_mailmap/.mailmap && rmdir internal_mailmap && git shortlog HEAD >actual && |