mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04:00
Misc. modules/ typos
Found via `codespell`
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user