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 7ddad494 Fix typo independantly -> independently
7ddad494 is described below
commit 7ddad49493a23864a58bfb9fa7f6756b6fdd05f6
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Aug 28 12:16:08 2022 -0400
Fix typo independantly -> independently
---
src/changes/changes.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 66403a4b..3cbf63be 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -727,7 +727,7 @@ http://commons.apache.org/validator/dependencies.html
<action dev="niallp" type="add">
<p>Add new routines package containing standard validations - first
step in the process of clearly separating standard validation
- functions which can be used independantly, from the framework
+ functions which can be used independently, from the framework
aspect of Commons Validator.</p>
<p>New validators added for Date, Time, Calendar, Byte, Short,
Integer, Long, Float, Double, BigInteger, BigDecimal,