mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
Ports: Fix erroneous spelling of erroneous
This commit is contained in:
parent
357538ed25
commit
5230fb0359
Notes:
sideshowbarker
2024-07-17 01:28:15 +09:00
Author: https://github.com/gmta Commit: https://github.com/SerenityOS/serenity/commit/5230fb0359 Pull-request: https://github.com/SerenityOS/serenity/pull/18020
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…
Reference in a new issue