]> Creatis software - clitk.git/blobdiff - vv/vvThreadedFilter.cxx
move clitkConfiguration.h out of clitkCommon to avoid costly recompilations
[clitk.git] / vv / vvThreadedFilter.cxx
index 0262126b71f9c666d613d0d49eb71ae0a82d50af..0a074f37e312b31ed4528224830a1d8d3ad40217 100644 (file)
@@ -70,7 +70,7 @@ void vvThreadedFilter::Update()
       }
       temp = m_FilterBase->GetCurrentStepName();
     }
-    this->wait(200); // in milisecond
+    this->wait(200); // in miliseconds
     qApp->processEvents();
   }
 }