[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

@ -319,7 +319,7 @@ out:
* to the dialog in question, with WPARAM being set to nonzero for EXIT on success
* and also attempt to indicate progress using an IDC_PROGRESS control
* Note that when a buffer is used, the actual size of the buffer is one more than its reported
* size (with the extra byte set to 0) to accomodate for calls that need a NUL-terminated buffer.
* size (with the extra byte set to 0) to accommodate for calls that need a NUL-terminated buffer.
*/
uint64_t DownloadToFileOrBuffer(const char* url, const char* file, BYTE** buffer, HWND hProgressDialog, BOOL bTaskBarProgress)
{