diff options
author | Elijah Newren <newren@gmail.com> | 2019-11-05 18:07:25 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-11-10 08:00:54 +0100 |
commit | 4dc8b1c1140438fd0ed602469874906272d3df4d (patch) | |
tree | ddee452aafcfa0017b292e4fb36381e9c7740dee /t/t5535-fetch-push-symref.sh | |
parent | Fix spelling errors in comments of testcases (diff) | |
download | git-4dc8b1c1140438fd0ed602469874906272d3df4d.tar.xz git-4dc8b1c1140438fd0ed602469874906272d3df4d.zip |
Fix spelling errors in names of tests
Reported-by: Jens Schleusener <Jens.Schleusener@fossies.org>
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t5535-fetch-push-symref.sh')
-rwxr-xr-x | t/t5535-fetch-push-symref.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t5535-fetch-push-symref.sh b/t/t5535-fetch-push-symref.sh index 8ed58d27f2..e8f6d233ff 100755 --- a/t/t5535-fetch-push-symref.sh +++ b/t/t5535-fetch-push-symref.sh @@ -1,6 +1,6 @@ #!/bin/sh -test_description='avoiding conflicting update thru symref aliasing' +test_description='avoiding conflicting update through symref aliasing' . ./test-lib.sh |