Fix typos found by codespell

This commit is contained in:
Dimitri Papadopoulos
2023-02-18 10:31:48 +01:00
parent 4ebaf36582
commit 547794ef40
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ static unsigned __stdcall worker(void *arg)
void* (*start_routine)(void*);
void* thread_arg;
/* Inialized thread_arg and start_routine and signal main thread that we don't need it
/* Initialized thread_arg and start_routine and signal main thread that we don't need it
* to wait any longer.
*/
{