[Fai-commit] r5357 - trunk/bin

Thomas Lange lange at alioth.debian.org
Sat Apr 18 14:53:09 UTC 2009


Author: lange
Date: 2009-04-18 14:53:09 +0000 (Sat, 18 Apr 2009)
New Revision: 5357

Modified:
   trunk/bin/make-fai-nfsroot
Log:
fix typos


Modified: trunk/bin/make-fai-nfsroot
===================================================================
--- trunk/bin/make-fai-nfsroot	2009-04-18 07:51:07 UTC (rev 5356)
+++ trunk/bin/make-fai-nfsroot	2009-04-18 14:53:09 UTC (rev 5357)
@@ -245,7 +245,7 @@
     echo "Calling debootstrap $1 $NFSROOT $2"
     LC_ALL=C call_verbose debootstrap $FAI_DEBOOTSTRAP_OPTS $1 $NFSROOT $2
     if [ $? -ne 0 ]; then
-	echo "ERROR: debootstrap did not completed sucsessfully."
+	echo "ERROR: debootstrap did not complete successfully."
 	echo "This is mostly caused by a broken mirror."
 	echo "Please check your mirror or use an official mirror."
 	[ "$verbose" ] || echo "Call make-fai-nfsroot -v for better debugging."
@@ -254,7 +254,7 @@
 
     if [ ! -f $NFSROOT/usr/bin/apt-get ]; then
 	echo "No apt-get executable available inside the NFSROOT."
-	echo "Maybe debootstrap did not finished sucsessfully. Aborting."
+	echo "Maybe debootstrap did not finish successfully. Aborting."
 	[ "$verbose" ] || echo "Call make-fai-nfsroot -v for better debugging."
 	exit 11
     fi




More information about the Fai-commit mailing list