From 5230fb0359865023fff6ccaf83cf0dd57b0f93cf Mon Sep 17 00:00:00 2001 From: Jelle Raaijmakers Date: Thu, 23 Mar 2023 22:45:40 +0100 Subject: [PATCH] Ports: Fix erroneous spelling of erroneous --- Ports/.port_include.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ports/.port_include.sh b/Ports/.port_include.sh index 91a9b7db63..ee719ee916 100755 --- a/Ports/.port_include.sh +++ b/Ports/.port_include.sh @@ -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