Salome HOME
typo-fix by Kunda
[modules/smesh.git] / src / OBJECT / SMESH_Object.cxx
index c7014f268ac10d11a5683586aecff77c9694c0fa..a1a69ff3fc4e4df79c066ceeaedf55cb468b1c94 100644 (file)
@@ -463,7 +463,7 @@ void SMESH_VisualObjDef::buildElemPrs()
 
         SMDS_ElemIteratorPtr aNodesIter = anElem->nodesIterator();
         {
-          // Convertions connectivities from SMDS to VTK
+          // Convert connectivities from SMDS to VTK
 
           if (aType == SMDSAbs_Volume && anElem->IsPoly() && aNbNodes > 3) { // POLYEDRE
             anIdList->Reset();