0031939: Coding - correction of spelling errors in comments
[occt.git] / src / HLRBRep / HLRBRep_TheProjPCurOfCInter.hxx
index 5abd30b..fe207a6 100644 (file)
@@ -60,9 +60,9 @@ public:
   //! Tol is the tolerance on the distance between a point
   //! and the parametrised curve.
   //! LowParameter and HighParameter give the
   //! Tol is the tolerance on the distance between a point
   //! and the parametrised curve.
   //! LowParameter and HighParameter give the
-  //! boundaries of the interval in wich the parameter
+  //! boundaries of the interval in which the parameter
   //! certainly lies. These parameters are given to
   //! certainly lies. These parameters are given to
-  //! implement a more efficient algoritm. So, it is not
+  //! implement a more efficient algorithm. So, it is not
   //! necessary to check that the returned value verifies
   //! LowParameter <= Value <= HighParameter.
   Standard_EXPORT static Standard_Real FindParameter (const Standard_Address& C, const gp_Pnt2d& Pnt, const Standard_Real LowParameter, const Standard_Real HighParameter, const Standard_Real Tol);
   //! necessary to check that the returned value verifies
   //! LowParameter <= Value <= HighParameter.
   Standard_EXPORT static Standard_Real FindParameter (const Standard_Address& C, const gp_Pnt2d& Pnt, const Standard_Real LowParameter, const Standard_Real HighParameter, const Standard_Real Tol);