0031939: Coding - correction of spelling errors in comments [part 3]
[occt.git] / src / math / math_NewtonMinimum.cxx
index b407501..4dbce1f 100644 (file)
@@ -159,7 +159,7 @@ void math_NewtonMinimum::Perform(math_MultipleVarFunctionWithHessian& F,
 
     if (myIsBoundsDefined)
     {
-      // Project point on bounds or nullify TheStep coords if point lies on boudary.
+      // Project point on bounds or nullify TheStep coords if point lies on boundary.
 
       *suivant = *precedent - TheStep;
       Standard_Real aMult = RealLast();