]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Fixed typo in src/initscripts/core/checkfs.
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 25 Mar 2009 08:55:57 +0000 (08:55 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 25 Mar 2009 08:55:57 +0000 (08:55 +0000)
src/initscripts/core/checkfs

index 821dd2b2cb12427ab59c3c44e326eb9b507e522e..5390f7300a390ee4f0ce8cbb05bbacf6ca6b0f69 100644 (file)
@@ -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 "