]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - tools/coverity.sh
codespell: fix spelling errors
[thirdparty/systemd.git] / tools / coverity.sh
index 5842eeb81f6e3ecbf33fae36a0be6e66d1064f2d..e32f5b3993b68eabfb53de1d3166a1e06e935a91 100755 (executable)
@@ -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
 }