diff --git a/src/main/java/org/apache/commons/math3/util/Precision.java b/src/main/java/org/apache/commons/math3/util/Precision.java index 7b02c1677..d08947617 100644 --- a/src/main/java/org/apache/commons/math3/util/Precision.java +++ b/src/main/java/org/apache/commons/math3/util/Precision.java @@ -276,7 +276,7 @@ public class Precision { /** * Returns {@code true} if there is no double value strictly between the - * arguments or the reltaive difference between them is smaller or equal + * arguments or the relative difference between them is smaller or equal * to the given tolerance. * * @param x First value.