summaryrefslogtreecommitdiff
path: root/scripts/contrithanks.sh
diff options
context:
space:
mode:
authorDaniel Gustafsson <daniel@yesql.se>2020-09-30 21:10:14 +0200
committerDaniel Gustafsson <daniel@yesql.se>2020-09-30 21:10:14 +0200
commit2aac895fb6a7b19dada73f55041b710670befa49 (patch)
tree751f890d896b4db7f40dc6c56e7c9fc67736ea2e /scripts/contrithanks.sh
parent021f2c25fd7fbe2887ed156354f8919c0d06a412 (diff)
downloadcurl-2aac895fb6a7b19dada73f55041b710670befa49.tar.gz
src: Consistently spell whitespace without whitespace
Whitespace is spelled without a space between white and space, so make sure to consistently spell it that way across the codebase. Closes #6023 Reviewed-by: Daniel Stenberg <daniel@haxx.se> Reviewed-by: Emil Engler <me@emilengler.com>
Diffstat (limited to 'scripts/contrithanks.sh')
-rwxr-xr-xscripts/contrithanks.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/contrithanks.sh b/scripts/contrithanks.sh
index 0d16a3b90..81e614f9a 100755
--- a/scripts/contrithanks.sh
+++ b/scripts/contrithanks.sh
@@ -64,7 +64,7 @@ sed -e 's/^ //' -e 's/ $//g' -e 's/@users.noreply.github.com$/ on github/'
# grep out the list of names from RELEASE-NOTES
# split on ", "
-# remove leading white spaces
+# remove leading whitespace
grep -a "^ [^ (]" RELEASE-NOTES| \
sed 's/, */\n/g'| \
sed 's/^ *//'