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

ggregory 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 b0faceba Normalize spelling to US English
b0faceba is described below

commit b0facebae08a6940715bcdb76cb4b58d09a4f0d5
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Oct 31 06:24:06 2023 -0400

    Normalize spelling to US English
---
 src/main/java/org/apache/commons/validator/routines/package-info.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/src/main/java/org/apache/commons/validator/routines/package-info.java 
b/src/main/java/org/apache/commons/validator/routines/package-info.java
index 0dff918a..3e65f82e 100644
--- a/src/main/java/org/apache/commons/validator/routines/package-info.java
+++ b/src/main/java/org/apache/commons/validator/routines/package-info.java
@@ -150,7 +150,7 @@
  * // Validate/Convert the date using GMT
  * Date fooDate = validator.validate(fooString, "dd/MM/yyyy", GMT);
  * </pre>
- * <p>The following Time Zone <i>flavours</i> of the Validation/Conversion 
methods
+ * <p>The following Time Zone <i>flavors</i> of the Validation/Conversion 
methods
  * are provided:</p>
  * <ul>
  * <li><code>validate(<i>value</i>, TimeZone)</code></li>
@@ -406,7 +406,7 @@
  * by creating a new instance, which caches and re-uses compiled Patterns.
  * </p>
  * <ul>
- * <li><b>Method Flavours</b> - three <i>flavours</i> of validation metods are 
provided:</li>
+ * <li><b>Method Flavours</b> - three <i>flavors</i> of validation metods are 
provided:</li>
  * <li>
  * <ul>
  * <li><code>isValid()</code> methods return true/false to indicate

Reply via email to