mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0031939: Coding - correction of spelling errors in comments [part 6]
Fix various typos Fixed via `codespell v2.1.dev
This commit is contained in:
@@ -122,7 +122,7 @@ class GeomLib_CheckCurveOnSurface_TargetFunc :
|
||||
return Derive(theX(1), theGrad(1));
|
||||
}
|
||||
|
||||
//returns 1st derivative of the the one-dimension-function when
|
||||
//returns 1st derivative of the one-dimension-function when
|
||||
//parameter is equal to theX
|
||||
Standard_Boolean Derive(const Standard_Real theX, Standard_Real& theDeriv1, Standard_Real* const theDeriv2 = 0) const
|
||||
{
|
||||
|
Reference in New Issue
Block a user