diff options
author | DJ Lucas <dj@linuxfromscratch.org> | 2009-03-25 07:28:00 +0000 |
---|---|---|
committer | DJ Lucas <dj@linuxfromscratch.org> | 2009-03-25 07:28:00 +0000 |
commit | c990c5ca8e93f3f4f3357842ae3e78c30e653591 (patch) | |
tree | 3957a051fd84e2cf928a29f5eb6325b0eaf5696f /bootscripts/contrib | |
parent | 6f69b5c249ba4a931d4637d5dafc30415feaa9c0 (diff) |
Fix another typo. Thanks Bruce.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8850 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'bootscripts/contrib')
-rw-r--r-- | bootscripts/contrib/lsb-v3/init.d/checkfs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootscripts/contrib/lsb-v3/init.d/checkfs b/bootscripts/contrib/lsb-v3/init.d/checkfs index 821dd2b2c..5390f7300 100644 --- a/bootscripts/contrib/lsb-v3/init.d/checkfs +++ b/bootscripts/contrib/lsb-v3/init.d/checkfs @@ -31,7 +31,7 @@ case "${1}" in then log_failure_msg "Mounting root file system in read-only mode" echo -e "${FAILURE}FAILURE:\n" - echo -e -n "${FIALURE}Cannot check root filesystem because it " + echo -e -n "${FAILURE}Cannot check root filesystem because it " echo -e "${FAILURE}could not be mounted" echo -e "${FAILURE}in read-only mode.\n\n" echo -e -n "${FAILURE}After you press Enter, this system will be " |