mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-24 19:54:25 -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
|
@ -1246,7 +1246,7 @@ int SetWinToGoIndex(void)
|
|||
wininst_index = 0;
|
||||
}
|
||||
|
||||
// If we're not using a straigth install.wim, we need to mount the ISO to access it
|
||||
// If we're not using a straight install.wim, we need to mount the ISO to access it
|
||||
if (!img_report.is_windows_img) {
|
||||
mounted_iso = MountISO(image_path);
|
||||
if (mounted_iso == NULL) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue