You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/06/24 17:43:09 UTC

[commons-validator] branch master updated: Spelling

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 392f8c33 Spelling
     new 4098e32e Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-validator.git
392f8c33 is described below

commit 392f8c339649dccfb021476aa6909349b252e720
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Jun 24 13:42:42 2023 -0400

    Spelling
---
 src/main/java/org/apache/commons/validator/package-info.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/validator/package-info.java b/src/main/java/org/apache/commons/validator/package-info.java
index d8d7a990..482d8fb0 100644
--- a/src/main/java/org/apache/commons/validator/package-info.java
+++ b/src/main/java/org/apache/commons/validator/package-info.java
@@ -58,7 +58,7 @@
  * what method and class will be called to perform the validation
  * for a required field.  Validation rules can be grouped together
  * based on locale and a JavaBean/Form that the rules are associated
- * with.  The framework has basic support for user defined constants
+ * with.  The framework has basic support for user-defined constants
  * which can be used in some field attributes.
  * </p>
  * <p>