From 4ff709746e928980b3b4fc980df9767d710d1800 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Thu, 20 Jun 2013 11:26:45 -0400 Subject: [PATCH] Spelling (en-US): initializing --- src/format.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/format.c b/src/format.c index a8c17fc8..f1f6eb31 100644 --- a/src/format.c +++ b/src/format.c @@ -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;