diff options
Diffstat (limited to 'src/boot.c')
-rw-r--r-- | src/boot.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -31,7 +31,7 @@ #include <time.h> #include "common.h" -#include "dosfsck.h" +#include "fsck.fat.h" #include "fat.h" #include "io.h" #include "boot.h" @@ -293,7 +293,7 @@ static char print_fat_dirty_state(void) "2) No action\n"); return get_key("12", "?"); } else - printf(" Automaticaly removing dirty bit.\n"); + printf(" Automatically removing dirty bit.\n"); return '1'; } |