Misc. modules/ typos

Found via `codespell`
This commit is contained in:
luz.paz
2018-02-12 07:07:39 -05:00
parent b67523550f
commit 5718d09e39
40 changed files with 76 additions and 76 deletions

View File

@@ -730,7 +730,7 @@ void ThreadPool::setNumOfThreads(unsigned n)
{
num_threads = n;
if (n == 1)
if (job == NULL) reconfigure(0); // stop worker threads immediatelly
if (job == NULL) reconfigure(0); // stop worker threads immediately
}
}