From 50afe5e20c352a65cffd0919f11b15b6c8c4d471 Mon Sep 17 00:00:00 2001 From: MilhouseVH Date: Fri, 9 Aug 2019 18:35:50 +0100 Subject: [PATCH] scripts/get_archive: fix typo --- scripts/get_archive | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/get_archive b/scripts/get_archive index 85ec6c545f..58f85dd006 100755 --- a/scripts/get_archive +++ b/scripts/get_archive @@ -45,7 +45,7 @@ while [ ${NBWGET} -gt 0 ]; do done if [ ${NBWGET} -eq 0 ]; then - die "\nCant't get ${1} sources : ${PKG_URL}\nTry later!" + die "\nCannot get ${1} sources : ${PKG_URL}\nTry later!" else build_msg "CLR_INFO" "INFO" "Calculated checksum: ${CALC_SHA256}" echo "${PKG_URL}" > "${STAMP_URL}"