0031939: Coding - correction of spelling errors in comments [part 6]
[occt.git] / src / Extrema / Extrema_LocateExtPC2d.hxx
index 73e6cd1..28274c1 100644 (file)
@@ -58,7 +58,7 @@ public:
   //! The close point is defined by the parameter value
   //! U0.
   //! The function F(u)=distance(P,C(u)) has an extremum
-  //! when g(u)=dF/du=0. The algorithm searchs a zero
+  //! when g(u)=dF/du=0. The algorithm searches a zero
   //! near the close point.
   //! TolF is used to decide to stop the iterations.
   //! At the nth iteration, the criteria is:
@@ -69,7 +69,7 @@ public:
   //! The close point is defined by the parameter value
   //! U0.
   //! The function F(u)=distance(P,C(u)) has an extremum
-  //! when g(u)=dF/du=0. The algorithm searchs a zero
+  //! when g(u)=dF/du=0. The algorithm searches a zero
   //! near the close point.
   //! Zeros are searched between Umin et Usup.
   //! TolF is used to decide to stop the iterations.