mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-18 00:54:27 -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
|
@ -1217,7 +1217,7 @@ char* replace_in_token_data(const char* filename, const char* token, const char*
|
|||
// coverity[invalid_type]
|
||||
fwprintf_s(fd_out, L"%s%s", &buf[p[j]], wrep);
|
||||
|
||||
// Ouput the last fragment
|
||||
// Output the last fragment
|
||||
// coverity[invalid_type]
|
||||
fwprintf_s(fd_out, L"%s", &buf[p[j]]);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue