Commit 407bf5e1ad70762b24a811bddf961121109f2b73

typo fix
  
6161 {
6262 for(int i = 0; i < m_threadCount; ++i)
6363 {
64 m_threads[i]->quit;
64 m_threads[i]->quit();
6565 m_threads[i]->wait(10000); // 10 seconds
6666 delete m_threads[i];
6767 delete m_workers[i];