X-Git-Url: http://git.dev.opencascade.org/gitweb/?p=occt.git;a=blobdiff_plain;f=src%2FGeomFill%2FGeomFill_LocationDraft.hxx;h=970bd91bcb70140ae4112f47895a3bd4037617fb;hb=21c7c457012cc6d981fb47d24abd33edfecf90af;hpb=81ff49158aee6c2d6df6d03baabc57fbc5cd7385 diff --git a/src/GeomFill/GeomFill_LocationDraft.hxx b/src/GeomFill/GeomFill_LocationDraft.hxx index 36359e0f6d..970bd91bcb 100644 --- a/src/GeomFill/GeomFill_LocationDraft.hxx +++ b/src/GeomFill/GeomFill_LocationDraft.hxx @@ -95,7 +95,7 @@ public: //! Returns Standard_False (default implementation) Standard_EXPORT virtual Standard_Boolean HasLastRestriction() const Standard_OVERRIDE; - //! Give the number of trace (Curves 2d wich are not restriction) + //! Give the number of trace (Curves 2d which are not restriction) //! Returns 1 (default implementation) Standard_EXPORT virtual Standard_Integer TraceNumber() const Standard_OVERRIDE; @@ -107,7 +107,7 @@ public: //! Stores in the parameters bounding the intervals //! of continuity . //! - //! The array must provide enough room to accomodate + //! The array must provide enough room to accommodate //! for the parameters. i.e. T.Length() > NbIntervals() Standard_EXPORT virtual void Intervals (TColStd_Array1OfReal& T, const GeomAbs_Shape S) const Standard_OVERRIDE;