From ca93306c07b93dc2fba32990751d5d3c5eaa6ff0 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Tue, 21 Feb 2012 10:56:26 -0800 Subject: Fix spelling errors in install image Bug 7544 Found several misspellings in the install prompts. --- scripts/install/install-image | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts') diff --git a/scripts/install/install-image b/scripts/install/install-image index 95acd733..c7659a7c 100755 --- a/scripts/install/install-image +++ b/scripts/install/install-image @@ -79,7 +79,7 @@ fetch_iso_by_url () exit 1 fi - echo "ISO download suceeded." + echo "ISO download succeeded." echo "Checking for digital signature file..." curl "$client_hdr" "$vers_hdr" $auth -f -o ${filename}.asc ${NEW_ISO}.asc @@ -108,7 +108,7 @@ fetch_iso_by_url () fail_exit 'OK. Installation will not be performed.' fi - echo "OK. Proceding with installation anyway." + echo "OK. Proceeding with installation anyway." else echo "Digital signature is valid." fi @@ -165,7 +165,7 @@ set_up_new_iso () else echo "Failed!" echo "$failures checksum failures found!" - echo "ISO image is correupted and can not be used." + echo "ISO image is corrupted and can not be used." exit 1 fi -- cgit v1.2.3