Salome HOME
Merge branch 'master' of https://git.salome-platform.org/gitpub/modules/hydro
[modules/hydro.git] / src / HYDROData / HYDROData_TopoCurve.h
index 484e20214521a92e4aff63a19dfc0f0467179ac0..1f1025d962d18ed73b574800265e116c4614285a 100644 (file)
@@ -68,7 +68,7 @@ public:
   //! Cuts the curve in the given parameter of the given edge and
   //! fills the cut part.
   //! Returns 'true' if:
-  //! -  the curve is open and was splitted into two parts or
+  //! -  the curve is open and was split into two parts or
   //! -  the curve is closed and was cut into an open curve.
   HYDRODATA_EXPORT bool Cut(
     const std::list<TopoDS_Edge>::iterator& theEdgePosition,