summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pc-sysinstall
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2010-10-21 23:08:42 +0000
committerimp <imp@FreeBSD.org>2010-10-21 23:08:42 +0000
commit6aa346fcfaeeca7ce2a383049c53d65442f16ebb (patch)
treee0f1b2c63acaee52e32ab63d54a275c1130efbce /usr.sbin/pc-sysinstall
parent1316729c463d9ce599c1e1a96e2d028a24bb2511 (diff)
downloadFreeBSD-src-6aa346fcfaeeca7ce2a383049c53d65442f16ebb.zip
FreeBSD-src-6aa346fcfaeeca7ce2a383049c53d65442f16ebb.tar.gz
Fix two typos
Submitted by: Benedict Reuschling
Diffstat (limited to 'usr.sbin/pc-sysinstall')
-rwxr-xr-xusr.sbin/pc-sysinstall/backend/functions-extractimage.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pc-sysinstall/backend/functions-extractimage.sh b/usr.sbin/pc-sysinstall/backend/functions-extractimage.sh
index 3077f2a..f9be5ea 100755
--- a/usr.sbin/pc-sysinstall/backend/functions-extractimage.sh
+++ b/usr.sbin/pc-sysinstall/backend/functions-extractimage.sh
@@ -70,7 +70,7 @@ start_extract_uzip_tar()
if [ "$?" != "0" ]
then
cd /
- echo "TAR failure occured:" >>${LOGOUT}
+ echo "TAR failure occurred:" >>${LOGOUT}
cat ${FSMNT}/.tar-extract.log | grep "tar:" >>${LOGOUT}
umount ${FSMNT}.uzip
mdconfig -d -u ${MDDEVICE}
@@ -275,7 +275,7 @@ EOF
INSFILE="${OUTFILE}" ; export INSFILE
}
-# Function which does the rsync download from the server specifed in cfg
+# Function which does the rsync download from the server specified in cfg
start_rsync_copy()
{
# Load our rsync config values
OpenPOWER on IntegriCloud