summaryrefslogtreecommitdiff
path: root/t/t5505-remote.sh
diff options
context:
space:
mode:
authorAndrei Rybak <rybak.a.v@gmail.com>2021-06-11 11:18:50 (GMT)
committerJunio C Hamano <gitster@pobox.com>2021-06-14 01:16:06 (GMT)
commitabcb66c614c574cfa1afccb230bf22cbde4d5557 (patch)
treee8f002ec36c9cc7788dc2e6db705c6ef624728fc /t/t5505-remote.sh
parentebf3c04b262aa27fbb97f8a0156c2347fecafafb (diff)
downloadgit-abcb66c614c574cfa1afccb230bf22cbde4d5557.zip
git-abcb66c614c574cfa1afccb230bf22cbde4d5557.tar.gz
git-abcb66c614c574cfa1afccb230bf22cbde4d5557.tar.bz2
*: fix typos which duplicate a word
Fix typos in documentation, code comments, and RelNotes which repeat various words. In trivial cases, just delete the duplicated word and rewrap text, if needed. Reword the affected sentence in Documentation/RelNotes/1.8.4.txt for it to make sense. Signed-off-by: Andrei Rybak <rybak.a.v@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t5505-remote.sh')
-rwxr-xr-xt/t5505-remote.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t5505-remote.sh b/t/t5505-remote.sh
index c7b3927..e6e3c8f 100755
--- a/t/t5505-remote.sh
+++ b/t/t5505-remote.sh
@@ -182,7 +182,7 @@ test_expect_success 'rename errors out early when deleting non-existent branch'
)
'
-test_expect_success 'rename errors out early when when new name is invalid' '
+test_expect_success 'rename errors out early when new name is invalid' '
test_config remote.foo.vcs bar &&
echo "fatal: '\''invalid...name'\'' is not a valid remote name" >expect &&
test_must_fail git remote rename foo invalid...name 2>actual &&