summaryrefslogtreecommitdiffstats
path: root/t/t5535-fetch-push-symref.sh
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2019-11-05 18:07:25 +0100
committerJunio C Hamano <gitster@pobox.com>2019-11-10 08:00:54 +0100
commit4dc8b1c1140438fd0ed602469874906272d3df4d (patch)
treeddee452aafcfa0017b292e4fb36381e9c7740dee /t/t5535-fetch-push-symref.sh
parentFix spelling errors in comments of testcases (diff)
downloadgit-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-xt/t5535-fetch-push-symref.sh2
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