summaryrefslogtreecommitdiff
path: root/tools/coverity.sh
diff options
context:
space:
mode:
authorBen Boeckel <mathstuf@gmail.com>2019-04-26 20:22:40 -0400
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-04-29 16:47:18 +0200
commit5238e9575906297608ff802a27e2ff9effa3b338 (patch)
treee17c534a09908167a0697a49ed3237f43134eb4c /tools/coverity.sh
parent51aba17b88617515e037e8985d3a4ea871ac47fe (diff)
downloadsystemd-5238e9575906297608ff802a27e2ff9effa3b338.tar.gz
codespell: fix spelling errors
Diffstat (limited to 'tools/coverity.sh')
-rwxr-xr-xtools/coverity.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/coverity.sh b/tools/coverity.sh
index 5842eeb81f..e32f5b3993 100755
--- a/tools/coverity.sh
+++ b/tools/coverity.sh
@@ -142,7 +142,7 @@ _upload()
$UPLOAD_URL)
printf "\033[33;1mThe response is\033[0m\n%s\n" "$response"
status_code=$(echo "$response" | sed -n '$p')
- # Coverity Scan used to respond with 201 on successfully receieving analysis results.
+ # Coverity Scan used to respond with 201 on successfully receiving analysis results.
# Now for some reason it sends 200 and may change back in the foreseeable future.
# See https://github.com/pmem/pmdk/commit/7b103fd2dd54b2e5974f71fb65c81ab3713c12c5
if [ "$status_code" != "200" ]; then
@@ -151,7 +151,7 @@ _upload()
exit 1
fi
- echo -e "\n\033[33;1mCoverity Scan Analysis completed succesfully.\033[0m"
+ echo -e "\n\033[33;1mCoverity Scan Analysis completed successfully.\033[0m"
exit 0
}