summaryrefslogtreecommitdiff
path: root/Documentation/technical
diff options
context:
space:
mode:
authorJacob Stopak <jacob@initialcommit.io>2022-09-11 10:23:20 (GMT)
committerJunio C Hamano <gitster@pobox.com>2022-09-12 18:04:55 (GMT)
commitc9dba103dd1dc75a27edca3e2420be5a1b266e17 (patch)
tree2e7de8fe212538c86db121255dd210389b364fb0 /Documentation/technical
parentdd3f6c4cae7e3b15ce984dce8593ff7569650e24 (diff)
downloadgit-c9dba103dd1dc75a27edca3e2420be5a1b266e17.zip
git-c9dba103dd1dc75a27edca3e2420be5a1b266e17.tar.gz
git-c9dba103dd1dc75a27edca3e2420be5a1b266e17.tar.bz2
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/technical')
-rw-r--r--Documentation/technical/remembering-renames.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/technical/remembering-renames.txt b/Documentation/technical/remembering-renames.txt
index 2fd5cc8..af091a7 100644
--- a/Documentation/technical/remembering-renames.txt
+++ b/Documentation/technical/remembering-renames.txt
@@ -20,7 +20,7 @@ Outline:
3. Why any rename on MERGE_SIDE1 in any given pick is _almost_ always also
a rename on MERGE_SIDE1 for the next pick
- 4. A detailed description of the the counter-examples to #3.
+ 4. A detailed description of the counter-examples to #3.
5. Why the special cases in #4 are still fully reasonable to use to pair
up files for three-way content merging in the merge machinery, and why