Browse Source

Fix spacing in checkfs after DJ's modification

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12026 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Pierre Labastie 3 years ago
parent
commit
1c41483412
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bootscripts/lfs/init.d/checkfs

+ 1 - 1
bootscripts/lfs/init.d/checkfs

@@ -94,7 +94,7 @@ case "${1}" in
       if [ "${error_value}" = 1 ]; then
          msg="\nWARNING:\n\nFile system errors "
          msg="${msg}were found and have been corrected.\n"
-         msg="${msg}     You may want to double-check that "
+         msg="${msg}      You may want to double-check that "
          msg="${msg}everything was fixed properly."
          log_warning_msg "$msg"
       fi