From: luzpaz Date: Tue, 28 Oct 2025 13:49:33 +0000 (-0400) Subject: Documentation - Fix various typos and comment uniformity (#771) X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=44110e06b9d6c75fe98bd1329749655fb671a1f5;p=occt.git Documentation - Fix various typos and comment uniformity (#771) - Corrected parameter name from `tehNbIterations` to `theNbIterations` in constructor declaration --- diff --git a/src/FoundationClasses/TKMath/math/math_NewtonFunctionSetRoot.hxx b/src/FoundationClasses/TKMath/math/math_NewtonFunctionSetRoot.hxx index f3eded0adc..e6b5739fe5 100644 --- a/src/FoundationClasses/TKMath/math/math_NewtonFunctionSetRoot.hxx +++ b/src/FoundationClasses/TKMath/math/math_NewtonFunctionSetRoot.hxx @@ -42,7 +42,7 @@ public: Standard_EXPORT math_NewtonFunctionSetRoot(math_FunctionSetWithDerivatives& theFunction, const math_Vector& theXTolerance, const Standard_Real theFTolerance, - const Standard_Integer tehNbIterations = 100); + const Standard_Integer theNbIterations = 100); //! This constructor should be used in a sub-class to initialize //! correctly all the fields of this class.