Ver código fonte

Fix another typo. Thanks Bruce.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8850 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
DJ Lucas 16 anos atrás
pai
commit
c990c5ca8e
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      bootscripts/contrib/lsb-v3/init.d/checkfs

+ 1 - 1
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 "