1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 03:47:35 +00:00

Ports: Fix erroneous spelling of erroneous

This commit is contained in:
Jelle Raaijmakers 2023-03-23 22:45:40 +01:00 committed by Andreas Kling
parent 357538ed25
commit 5230fb0359

View file

@ -356,7 +356,7 @@ fetch() {
if [ "$calc_sum" != "$auth_sum" ]; then if [ "$calc_sum" != "$auth_sum" ]; then
# remove downloaded file to re-download on next run # remove downloaded file to re-download on next run
rm -f "${PORT_META_DIR}/${filename}" rm -f "${PORT_META_DIR}/${filename}"
echo "${auth_type}sums mismatching, removed erronous download." echo "${auth_type}sums mismatching, removed erroneous download."
if [ $tried_download_again -eq 1 ]; then if [ $tried_download_again -eq 1 ]; then
echo "Please run script again." echo "Please run script again."
exit 1 exit 1