svn commit: r214189 - head/usr.sbin/pc-sysinstall/backend

Warner Losh imp at FreeBSD.org
Thu Oct 21 23:08:42 UTC 2010


Author: imp
Date: Thu Oct 21 23:08:42 2010
New Revision: 214189
URL: http://svn.freebsd.org/changeset/base/214189

Log:
  Fix two typos
  
  Submitted by:	Benedict Reuschling

Modified:
  head/usr.sbin/pc-sysinstall/backend/functions-extractimage.sh

Modified: head/usr.sbin/pc-sysinstall/backend/functions-extractimage.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend/functions-extractimage.sh	Thu Oct 21 22:46:10 2010	(r214188)
+++ head/usr.sbin/pc-sysinstall/backend/functions-extractimage.sh	Thu Oct 21 23:08:42 2010	(r214189)
@@ -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


More information about the svn-src-head mailing list