From 807ed8028357ebb5ec78d92c405c7c80c8f3d749 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 14 Mar 2010 16:05:32 +0100 Subject: [PATCH] Fixing spelling error in boot.c. Signed-off-by: Daniel Baumann --- src/boot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/boot.c b/src/boot.c index 29d1a0e..4e7d97d 100644 --- a/src/boot.c +++ b/src/boot.c @@ -346,7 +346,7 @@ void read_boot(DOS_FS *fs) * warning, but convertig to a root dir in a cluster chain seems * to complex for now... */ printf( "Warning: FAT32 root dir not in cluster chain! " - "Compability mode...\n" ); + "Compatibility mode...\n" ); else if (!fs->root_cluster && !fs->root_entries) die("No root directory!"); else if (fs->root_cluster && fs->root_entries)