[Fai-commit] r4896 - trunk/bin

holger at alioth.debian.org holger at alioth.debian.org
Sun May 11 15:55:15 UTC 2008


Author: holger
Date: 2008-05-11 15:55:14 +0000 (Sun, 11 May 2008)
New Revision: 4896

Modified:
   trunk/bin/fai
Log:
fix typo noted by mikap

Modified: trunk/bin/fai
===================================================================
--- trunk/bin/fai	2008-05-11 07:33:07 UTC (rev 4895)
+++ trunk/bin/fai	2008-05-11 15:55:14 UTC (rev 4896)
@@ -226,7 +226,7 @@
     # check if target directory is mounted with bad options
     local fs=$(df $FAI_ROOT | tail -1 | awk '{print $6}')
     if mount | grep "on $fs" |  awk '{print $6}' | egrep -q "nosuid|nodev"; then
-	echo "Target directroy is mounted using nosuid or nodev. Aborting"
+	echo "Target directory is mounted using nosuid or nodev. Aborting"
 	exit 5
     fi
 




More information about the Fai-commit mailing list