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>
This commit is contained in:
Sven Strickroth
2024-10-21 17:12:26 +02:00
committed by Taylor Blau
parent 34b6ce9b30
commit c32d4a8cfe
11 changed files with 11 additions and 11 deletions

View File

@@ -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