summaryrefslogtreecommitdiffstats
path: root/PCBSD/pc-sysinstall/backend/functions-extractimage.sh
diff options
context:
space:
mode:
Diffstat (limited to 'PCBSD/pc-sysinstall/backend/functions-extractimage.sh')
-rw-r--r--PCBSD/pc-sysinstall/backend/functions-extractimage.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/PCBSD/pc-sysinstall/backend/functions-extractimage.sh b/PCBSD/pc-sysinstall/backend/functions-extractimage.sh
index 09781e6..de2874f 100644
--- a/PCBSD/pc-sysinstall/backend/functions-extractimage.sh
+++ b/PCBSD/pc-sysinstall/backend/functions-extractimage.sh
@@ -32,7 +32,7 @@ start_extract_uzip_tar()
if [ "$?" != "0" ]
then
echo "CPDUP failure occured:" >>${LOGOUT}
- exit_err "ERROR: Error occured during cpdup"
+ exit_err "ERROR: Error occurred during cpdup"
fi
;;
uzip) # Start by mounting the uzip image
OpenPOWER on IntegriCloud