aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/howto
diff options
context:
space:
mode:
authorSven Strickroth <email@cs-ware.de>2024-10-21 17:12:26 +0200
committerTaylor Blau <me@ttaylorr.com>2024-10-21 16:05:04 -0400
commitc32d4a8cfe467f5cc5df70b87db27fa210d63d4b (patch)
treef11d027ad34b150594f2227cfa03c0c41905158f /Documentation/howto
parent34b6ce9b30747131b6e781ff718a45328aa887d0 (diff)
downloadgit-c32d4a8cfe467f5cc5df70b87db27fa210d63d4b.tar.gz
global: Fix duplicate word typos
Used regex to find these typos: (?<!struct )(?<=\s)([a-z]{1,}) \1(?=\s) Signed-off-by: Sven Strickroth <email@cs-ware.de> Signed-off-by: Taylor Blau <me@ttaylorr.com>
Diffstat (limited to 'Documentation/howto')
-rw-r--r--Documentation/howto/keep-canonical-history-correct.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/howto/keep-canonical-history-correct.txt b/Documentation/howto/keep-canonical-history-correct.txt
index 5f800fd85a..e98f03275e 100644
--- a/Documentation/howto/keep-canonical-history-correct.txt
+++ b/Documentation/howto/keep-canonical-history-correct.txt
@@ -13,7 +13,7 @@ that appears to be "backwards" from what other project developers
expect. This howto presents a suggested integration workflow for
maintaining a central repository.
-Suppose that that central repository has this history:
+Suppose that the central repository has this history:
------------
---o---o---A