mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 06:37:35 +00:00
Ports: Fix erroneous spelling of erroneous
This commit is contained in:
parent
357538ed25
commit
5230fb0359
1 changed files with 1 additions and 1 deletions
|
@ -356,7 +356,7 @@ fetch() {
|
|||
if [ "$calc_sum" != "$auth_sum" ]; then
|
||||
# remove downloaded file to re-download on next run
|
||||
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
|
||||
echo "Please run script again."
|
||||
exit 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue