[Fai-commit] r5575 - trunk/lib
Thomas Lange
lange at alioth.debian.org
Tue Oct 20 12:50:45 UTC 2009
Author: lange
Date: 2009-10-20 12:50:45 +0000 (Tue, 20 Oct 2009)
New Revision: 5575
Modified:
trunk/lib/subroutines
Log:
fix typo
Modified: trunk/lib/subroutines
===================================================================
--- trunk/lib/subroutines 2009-10-20 12:28:43 UTC (rev 5574)
+++ trunk/lib/subroutines 2009-10-20 12:50:45 UTC (rev 5575)
@@ -174,11 +174,11 @@
for cl in $classes; do
hfile=$FAI/hooks/$hook.$cl
if [ -f $hfile -a ! -x $hfile ]; then
- echo "WARNING: Skipping $hfile execustion because it's not executable."
+ echo "WARNING: Skipping $hfile because it's not executable."
continue
fi
if [ -f $hfile.source -a ! -x $hfile.source ]; then
- echo "WARNING: Skipping $hfile.source execustion because it's not executable."
+ echo "WARNING: Skipping $hfile.source because it's not executable."
continue
fi
if [ -x $hfile ]; then
More information about the Fai-commit
mailing list