summaryrefslogtreecommitdiff
path: root/src/boot.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot.c')
-rw-r--r--src/boot.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/boot.c b/src/boot.c
index a8dcad5..03b5375 100644
--- a/src/boot.c
+++ b/src/boot.c
@@ -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';
}