[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:
Dimitri Papadopoulos 2021-11-01 17:00:02 +01:00 committed by Pete Batard
parent 5030c1520d
commit d840083a32
No known key found for this signature in database
GPG key ID: 38E0CF5E69EDD671
16 changed files with 28 additions and 28 deletions

View file

@ -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) {