From 3dc772921fd5d36e1a4e522918e68a284a3ef7b6 Mon Sep 17 00:00:00 2001 From: George Boudreau Date: Mon, 17 Jul 2006 18:42:40 +0000 Subject: [PATCH] text change only --- common/common-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/common-functions b/common/common-functions index f67eb92..b5098a3 100644 --- a/common/common-functions +++ b/common/common-functions @@ -903,7 +903,7 @@ get_sources() { # Download file, write name to MISSING_FILES.DMP if done if [[ -s MISSING_FILES.DMP ]]; then - echo -e "\n\n${tab_}${RED} One or more files were not retrieved or have a bad MD5SUMS chechsum.\n${tab_} Check ${L_arrow}$BUILDDIR/sources/MISSING_FILES.DMP${R_arrow} for names ${OFF}\n" + echo -e "\n\n${tab_}${RED} One or more files were not retrieved or have a bad MD5SUMS.\n${tab_} Check ${L_arrow}$BUILDDIR/sources/MISSING_FILES.DMP${R_arrow} for names ${OFF}\n" # Do not allow the automatic exection of the Makefile. echo "${tab_}${BOLD}${RED}*** ${YELLOW}Automatic execution of the generated makefile has been inhibited. ${RED}***${OFF}${nl_}" RUNMAKE=0