Fix a typo. Modified: trunk/reactos/boot/freeldr/freeldr/fs/ntfs.c _____
Modified: trunk/reactos/boot/freeldr/freeldr/fs/ntfs.c --- trunk/reactos/boot/freeldr/freeldr/fs/ntfs.c 2005-03-25 14:37:08 UTC (rev 14312) +++ trunk/reactos/boot/freeldr/freeldr/fs/ntfs.c 2005-03-25 15:48:03 UTC (rev 14313) @@ -21,7 +21,7 @@
* Limitations: * - No support for compressed files. * - No attribute list support. - * - May crash on currupted filesystem. + * - May crash on corrupted filesystem. */
#include <freeldr.h>