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

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


The following commit(s) were added to refs/heads/master by this push:
     new bb75ad54 Normalize spelling
bb75ad54 is described below

commit bb75ad54fbace0cc07fbe1f8a7f41864309432fd
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jul 4 19:24:21 2026 -0400

    Normalize spelling
---
 .../org/apache/commons/validator/routines/BigDecimalValidator.java    | 4 ++--
 .../java/org/apache/commons/validator/routines/DoubleValidator.java   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/src/main/java/org/apache/commons/validator/routines/BigDecimalValidator.java 
b/src/main/java/org/apache/commons/validator/routines/BigDecimalValidator.java
index 0b94eb98..45b275fd 100644
--- 
a/src/main/java/org/apache/commons/validator/routines/BigDecimalValidator.java
+++ 
b/src/main/java/org/apache/commons/validator/routines/BigDecimalValidator.java
@@ -170,7 +170,7 @@ public class BigDecimalValidator extends 
AbstractNumberValidator {
      * <p>
      * This overrides the {@link Number} overload inherited from the 
superclass, which narrows the value to a {@code double} before comparing and so 
loses
      * precision for a {@code BigDecimal} that differs from the bound only 
beyond double precision. A non-finite {@link Double} or {@link Float} operand 
keeps
-     * the {@code doubleValue()} comparison so the documented infinity 
behaviour is unchanged.
+     * the {@code doubleValue()} comparison so the documented infinity 
behavior is unchanged.
      * </p>
      *
      * @param value The value validation is being performed on.
@@ -199,7 +199,7 @@ public class BigDecimalValidator extends 
AbstractNumberValidator {
      * <p>
      * This overrides the {@link Number} overload inherited from the 
superclass, which narrows the value to a {@code double} before comparing and so 
loses
      * precision for a {@code BigDecimal} that differs from the bound only 
beyond double precision. A non-finite {@link Double} or {@link Float} operand 
keeps
-     * the {@code doubleValue()} comparison so the documented infinity 
behaviour is unchanged.
+     * the {@code doubleValue()} comparison so the documented infinity 
behavior is unchanged.
      * </p>
      *
      * @param value The value validation is being performed on.
diff --git 
a/src/main/java/org/apache/commons/validator/routines/DoubleValidator.java 
b/src/main/java/org/apache/commons/validator/routines/DoubleValidator.java
index a5fc7581..49ba7004 100644
--- a/src/main/java/org/apache/commons/validator/routines/DoubleValidator.java
+++ b/src/main/java/org/apache/commons/validator/routines/DoubleValidator.java
@@ -165,7 +165,7 @@ public class DoubleValidator extends 
AbstractNumberValidator {
      * <p>
      * This overrides the {@link Number} overload inherited from the 
superclass, which narrows the bound to a {@code double} before comparing and so 
loses
      * precision for a {@code BigDecimal} or {@code BigInteger} bound that 
carries more significant digits than a {@code double} can hold. A non-finite
-     * {@link Double} or {@link Float} operand keeps the {@code doubleValue()} 
comparison so the documented infinity behaviour is unchanged.
+     * {@link Double} or {@link Float} operand keeps the {@code doubleValue()} 
comparison so the documented infinity behavior is unchanged.
      * </p>
      *
      * @param value The value validation is being performed on.
@@ -207,7 +207,7 @@ public class DoubleValidator extends 
AbstractNumberValidator {
      * <p>
      * This overrides the {@link Number} overload inherited from the 
superclass, which narrows the bound to a {@code double} before comparing and so 
loses
      * precision for a {@code BigDecimal} or {@code BigInteger} bound that 
carries more significant digits than a {@code double} can hold. A non-finite
-     * {@link Double} or {@link Float} operand keeps the {@code doubleValue()} 
comparison so the documented infinity behaviour is unchanged.
+     * {@link Double} or {@link Float} operand keeps the {@code doubleValue()} 
comparison so the documented infinity behavior is unchanged.
      * </p>
      *
      * @param value The value validation is being performed on.

Reply via email to