aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-upload-pack.txt
diff options
context:
space:
mode:
authorJacob Stopak <jacob@initialcommit.io>2022-09-11 03:23:20 -0700
committerJunio C Hamano <gitster@pobox.com>2022-09-12 11:04:55 -0700
commitc9dba103dd1dc75a27edca3e2420be5a1b266e17 (patch)
tree2e7de8fe212538c86db121255dd210389b364fb0 /Documentation/git-upload-pack.txt
parentdd3f6c4cae7e3b15ce984dce8593ff7569650e24 (diff)
downloadgit-c9dba103dd1dc75a27edca3e2420be5a1b266e17.tar.gz
Documentation: fix various repeat word typos
Inspired by 24966cd982 ("doc: fix repeated words", 08-09-2019), I ran "egrep -R "\<([a-zA-Z]+)\> \<\1\>" ./Documentation/*" to find current cases of repeated words such as "the the" that were quite clearly typos. There were many false positives reported, such as "really really" or valid uses of "that that" which I left alone. Signed-off-by: Jacob Stopak <jacob@initialcommit.io> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-upload-pack.txt')
-rw-r--r--Documentation/git-upload-pack.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-upload-pack.txt b/Documentation/git-upload-pack.txt
index 3f89d64077..b656b47567 100644
--- a/Documentation/git-upload-pack.txt
+++ b/Documentation/git-upload-pack.txt
@@ -40,7 +40,7 @@ OPTIONS
Used by linkgit:git-http-backend[1] to serve up
`$GIT_URL/info/refs?service=git-upload-pack` requests. See
"Smart Clients" in linkgit:gitprotocol-http[5] and "HTTP
- Transport" in in the linkgit:gitprotocol-v2[5]
+ Transport" in the linkgit:gitprotocol-v2[5]
documentation. Also understood by
linkgit:git-receive-pack[1].