1
1
Fork 0
mirror of https://github.com/pbatard/rufus.git synced 2024-08-14 23:57:05 +00:00

Spelling (en-US): initializing

This commit is contained in:
Josh Soref 2013-06-20 11:26:45 -04:00
parent e99ae9717c
commit 4ff709746e

View file

@ -560,7 +560,7 @@ static BOOL FormatFAT32(DWORD DriveIndex)
}
}
uprintf ("Initialising reserved sectors and FATs...\n");
uprintf ("Initializing reserved sectors and FATs...\n");
// Now we should write the boot sector and fsinfo twice, once at 0 and once at the backup boot sect position
for (i=0; i<2; i++) {
int SectorStart = (i==0) ? 0 : BackupBootSect;