fixed typo

This commit is contained in:
Tobias Powalowski 2009-07-26 21:58:20 +02:00
parent b55ce9f170
commit cc44cf1b09
3 changed files with 3 additions and 3 deletions

View file

@ -128,6 +128,6 @@ run_hook ()
nuke ${ckeyfile}
fi
else
msg ":: SKipping already run by arch_root_advanced hook..."
msg ":: Skipping already run by arch_root_advanced hook..."
fi
}

View file

@ -17,6 +17,6 @@ run_hook ()
/sbin/lvm vgchange --ignorelockingfailure -ay
fi
else
msg ":: SKipping already run by arch_root_advanced hook..."
msg ":: Skipping already run by arch_root_advanced hook..."
fi
}

View file

@ -51,6 +51,6 @@ run_hook ()
/sbin/mdassemble.static
fi
else
msg ":: SKipping already run by arch_root_advanced hook..."
msg ":: Skipping already run by arch_root_advanced hook..."
fi
}