0031939: Coding - correction of spelling errors in comments [part 2]
[occt.git] / tools / DFBrowser / DFBrowser_Module.cxx
index ec353e7..c4e9fc5 100644 (file)
@@ -120,7 +120,7 @@ void DFBrowser_Module::SetInitialTreeViewSelection()
   if (!aModel || !aSelectionModel)
     return;
 
-  // select a parent(aplication) item
+  // select a parent(application) item
   aSelectionModel->select (aModel->index (0, 0), QItemSelectionModel::ClearAndSelect);
 }