This is an automated email from the ASF dual-hosted git repository.

erans pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-numbers.git


The following commit(s) were added to refs/heads/master by this push:
     new 557dd7c  Javadoc.
557dd7c is described below

commit 557dd7c49ecc62a62a65f9974cb478860c92a4b5
Author: Gilles Sadowski <gil...@harfang.homelinux.org>
AuthorDate: Sat Jun 8 23:04:16 2019 +0200

    Javadoc.
---
 .../main/java/org/apache/commons/numbers/rootfinder/BrentSolver.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/commons-numbers-rootfinder/src/main/java/org/apache/commons/numbers/rootfinder/BrentSolver.java
 
b/commons-numbers-rootfinder/src/main/java/org/apache/commons/numbers/rootfinder/BrentSolver.java
index 493985f..39a2b49 100644
--- 
a/commons-numbers-rootfinder/src/main/java/org/apache/commons/numbers/rootfinder/BrentSolver.java
+++ 
b/commons-numbers-rootfinder/src/main/java/org/apache/commons/numbers/rootfinder/BrentSolver.java
@@ -39,7 +39,7 @@ import org.apache.commons.numbers.core.Precision;
 public class BrentSolver {
     /** Relative accuracy. */
     private final double relativeAccuracy;
-    /** Absolutee accuracy. */
+    /** Absolute accuracy. */
     private final double absoluteAccuracy;
     /** Function accuracy. */
     private final double functionValueAccuracy;

Reply via email to