0031939: Coding - correction of spelling errors in comments [part 6]
[occt.git] / src / Extrema / Extrema_GenExtCS.hxx
index 932a746..2f043a8 100644 (file)
@@ -52,7 +52,7 @@ public:
   
   //! It calculates all the distances.
   //! The function F(u,v)=distance(S1(u1,v1),S2(u2,v2)) has an
-  //! extremum when gradient(F)=0. The algorithm searchs
+  //! extremum when gradient(F)=0. The algorithm searches
   //! all the zeros inside the definition ranges of the
   //! surfaces.
   //! NbU and NbV are used to locate the close points on the
@@ -61,7 +61,7 @@ public:
   
   //! It calculates all the distances.
   //! The function F(u,v)=distance(P,S(u,v)) has an
-  //! extremum when gradient(F)=0. The algorithm searchs
+  //! extremum when gradient(F)=0. The algorithm searches
   //! all the zeros inside the definition ranges of the
   //! surface.
   //! NbT,NbU and NbV are used to locate the close points