mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-25 12:14:33 -04:00
[misc] fix typos found by codespell
* 3rd party software was left out. * Most changes are in code comments, but one user-visible string has also been fixed. * Closes #1817
This commit is contained in:
parent
5030c1520d
commit
d840083a32
16 changed files with 28 additions and 28 deletions
|
@ -356,7 +356,7 @@ BOOL FormatLargeFAT32(DWORD DriveIndex, uint64_t PartitionOffset, DWORD ClusterS
|
|||
// Sector 6 Backup boot sector
|
||||
// Sector 7 Backup FSInfo sector
|
||||
// Sector 8 Backup 'more boot code'
|
||||
// zeroed sectors upto ReservedSectCount
|
||||
// zeroed sectors up to ReservedSectCount
|
||||
// FAT1 ReservedSectCount to ReservedSectCount + FatSize
|
||||
// ...
|
||||
// FATn ReservedSectCount to ReservedSectCount + FatSize
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue