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:

committed by
Taylor Blau

parent
34b6ce9b30
commit
c32d4a8cfe
@ -62,7 +62,7 @@ trap "end_group 'CI setup'" EXIT
|
||||
# something went wrong.
|
||||
#
|
||||
# We already enabled tracing executed commands earlier. This helps by showing
|
||||
# how # environment variables are set and and dependencies are installed.
|
||||
# how # environment variables are set and dependencies are installed.
|
||||
set -e
|
||||
|
||||
skip_branch_tip_with_tag () {
|
||||
|
Reference in New Issue
Block a user