Fix typos with codespell
Using codespell 2.3-dev from current git. And fix typo in `methods.py` for `vsproj=yes` option (still won't work though).
This commit is contained in:
parent
f47979f087
commit
166df0896c
35 changed files with 47 additions and 47 deletions
|
|
@ -395,7 +395,7 @@ void WorkerThreadPool::wait_for_group_task_completion(GroupID p_group) {
|
|||
uint32_t finished_users = group->finished.increment(); // fetch happens before inc, so increment later.
|
||||
|
||||
if (finished_users == max_users) {
|
||||
// All tasks using this group are gone (finished before the group), so clear the gorup too.
|
||||
// All tasks using this group are gone (finished before the group), so clear the group too.
|
||||
task_mutex.lock();
|
||||
group_allocator.free(group);
|
||||
task_mutex.unlock();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue