0031939: Coding - correction of spelling errors in comments
[occt.git] / src / GeomFill / GeomFill_SectionPlacement.hxx
index 3bf0b87..82132e4 100644 (file)
@@ -68,16 +68,16 @@ public:
   
   Standard_EXPORT gp_Trsf Transformation (const Standard_Boolean WithTranslation, const Standard_Boolean WithCorrection = Standard_False) const;
   
-  //! Compute the Section, in the coordinate syteme given by
+  //! Compute the Section, in the coordinate system given by
   //! the Location Law.
-  //! If <WithTranslation> contact beetween
+  //! If <WithTranslation> contact between
   //! <Section> and <Path> is forced.
   Standard_EXPORT Handle(Geom_Curve) Section (const Standard_Boolean WithTranslation) const;
   
-  //! Compute the Section, in the coordinate syteme given by
+  //! Compute the Section, in the coordinate system given by
   //! the Location Law.
   //! To have the Normal to section equal to the Location
-  //! Law Normal.  If <WithTranslation> contact beetween
+  //! Law Normal.  If <WithTranslation> contact between
   //! <Section> and <Path> is forced.
   Standard_EXPORT Handle(Geom_Curve) ModifiedSection (const Standard_Boolean WithTranslation) const;