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 9e34ac1c Spelling 9e34ac1c is described below commit 9e34ac1c2df7f63b9abca9e1ac58cfe3dc54b306 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Nov 20 19:23:50 2023 -0500 Spelling --- src/main/java/org/apache/commons/validator/routines/package-info.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 3e65f82e..cd6c8988 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 @@ -468,7 +468,7 @@ * String[] groups = validator.match("abc-def"); * </pre> * <p>See the - * <a href="RegexValidator.html">RegexValidator</a> javadoc for a full list + * <a href="RegexValidator.html">RegexValidator</a> Javadoc for a full list * of the available constructors. * </p> * <a id="other.checkdigit"></a>