Quellcode durchsuchen

Fixing spelling error in boot.c.

Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Daniel Baumann vor 14 Jahren
Ursprung
Commit
807ed80283
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/boot.c

+ 1 - 1
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)