aboutsummaryrefslogtreecommitdiff
path: root/ci/lib.sh
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 /ci/lib.sh
parent34b6ce9b30747131b6e781ff718a45328aa887d0 (diff)
downloadgit-c32d4a8cfe467f5cc5df70b87db27fa210d63d4b.tar.xz
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 'ci/lib.sh')
-rwxr-xr-xci/lib.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/lib.sh b/ci/lib.sh
index 74b430be23..bfa1fe370b 100755
--- a/ci/lib.sh
+++ b/ci/lib.sh
@@ -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 () {