Fix two typos

Submitted by:	Benedict Reuschling
This commit is contained in:
Warner Losh 2010-10-21 23:08:42 +00:00
parent ce2502c9f8
commit c2176d895d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=214189

View file

@ -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