Salome HOME
Typo-fix by Kunda
[modules/geom.git] / src / GEOMUtils / GEOMUtils.cxx
index 3c1761027e235f4d071ff7b0e1295a86d495e045..3537f1963350582de010235f32b11dd7cf56696b 100644 (file)
@@ -1280,7 +1280,7 @@ bool GEOMUtils::IsOpenPath(const TopoDS_Shape &theShape)
       const TopAbs_ShapeEnum aType = theShape.ShapeType();
 
       if (aType == TopAbs_EDGE || aType == TopAbs_WIRE) {
-        // Check if path ends are coinsident.
+        // Check if path ends are coincident.
         TopoDS_Vertex aV[2];
 
         if (aType == TopAbs_EDGE) {