mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-20 18:05:21 -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
2
src/ui.c
2
src/ui.c
|
@ -784,7 +784,7 @@ void ToggleImageOptions(void)
|
|||
|
||||
assert(popcnt8(image_options) <= 1);
|
||||
|
||||
// Keep a copy of the "Image Option" text (so that we don't have to duplicate its transation in the .loc)
|
||||
// Keep a copy of the "Image Option" text (so that we don't have to duplicate its translation in the .loc)
|
||||
if (image_option_txt[0] == 0)
|
||||
GetWindowTextU(GetDlgItem(hMainDialog, IDS_IMAGE_OPTION_TXT), image_option_txt, sizeof(image_option_txt));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue