Salome HOME
Fix typos by Kunda
[modules/smesh.git] / src / SMESH / SMESH_MesherHelper.cxx
index d17b4e66c3556441f67e2bef135cc5331ea42237..ed97f5cc202afc547aa077a25315b56ab80eda44 100644 (file)
@@ -2972,7 +2972,7 @@ bool SMESH_MesherHelper::IsReversedSubMesh (const TopoDS_Face& theFace)
   if ( !aSubMeshDSFace )
     return isReversed;
 
-  // find an element on a bounday of theFace
+  // find an element on a boundary of theFace
   SMDS_ElemIteratorPtr iteratorElem = aSubMeshDSFace->GetElements();
   const SMDS_MeshNode* nn[2];
   while ( iteratorElem->more() ) // loop on elements on theFace