summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Hemminger <shemminger@vyatta.com>2012-02-21 10:56:26 -0800
committerStephen Hemminger <shemminger@vyatta.com>2012-02-21 10:56:26 -0800
commitca93306c07b93dc2fba32990751d5d3c5eaa6ff0 (patch)
treedb688a6d8a8fb1301eee6b6e229c8ec6bbeead5a
parent34e44dde1973bdbd45cd737a9b785edd26265477 (diff)
downloadvyatta-cfg-quagga-ca93306c07b93dc2fba32990751d5d3c5eaa6ff0.tar.gz
vyatta-cfg-quagga-ca93306c07b93dc2fba32990751d5d3c5eaa6ff0.zip
Fix spelling errors in install image
Bug 7544 Found several misspellings in the install prompts.
-rwxr-xr-xscripts/install/install-image6
1 files changed, 3 insertions, 3 deletions
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