X-Git-Url: http://git.dev.opencascade.org/gitweb/?p=occt.git;a=blobdiff_plain;f=src%2FGeom2d%2FGeom2d_BezierCurve.cxx;h=663376e213dced94194ce9aa8a0f47081b4d48fc;hb=a25d5aaa30ec81c1fb94a9a394b8afa740611203;hpb=65cec1a6effda676dba4563b3cfa2d850ea3b67b diff --git a/src/Geom2d/Geom2d_BezierCurve.cxx b/src/Geom2d/Geom2d_BezierCurve.cxx index 968d46df98..663376e213 100644 --- a/src/Geom2d/Geom2d_BezierCurve.cxx +++ b/src/Geom2d/Geom2d_BezierCurve.cxx @@ -370,7 +370,7 @@ void Geom2d_BezierCurve::Segment { closed = (Abs(Value(U1).Distance (Value(U2))) <= gp::Resolution()); // -// WARNING : when calling trimming be carefull that the cache +// WARNING : when calling trimming be careful that the cache // is computed regarding 0.0e0 and not 1.0e0 // TColStd_Array1OfReal bidflatknots(BSplCLib::FlatBezierKnots(Degree()), 1, 2 * (Degree() + 1));