From 654b05ce722dbb323381c6828a6ab6348bf5dd00 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Thu, 20 Jun 2013 10:51:34 -0400 Subject: [PATCH] Spelling: committed --- src/format.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/format.c b/src/format.c index 0e407c51..1b72eee8 100644 --- a/src/format.c +++ b/src/format.c @@ -525,7 +525,7 @@ static BOOL FormatFAT32(DWORD DriveIndex) die("This drive is too big for large FAT32 format\n", APPERR(ERROR_INVALID_VOLUME_SIZE)); } - // Now we're commited - print some info first + // Now we're committed - print some info first uprintf("Size : %s %u sectors\n", SizeToHumanReadable(piDrive.PartitionLength), TotalSectors); uprintf("Cluster size %d bytes, %d Bytes Per Sector\n", SectorsPerCluster*BytesPerSect, BytesPerSect); uprintf("Volume ID is %x:%x\n", VolumeId>>16, VolumeId&0xffff);