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 012651d8 Fix typos
012651d8 is described below

commit 012651d8f7956238011ebaa8c955acb9bbd2280d
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Jan 15 08:17:43 2023 -0500

    Fix typos
---
 src/main/java/org/apache/commons/validator/routines/TimeValidator.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/main/java/org/apache/commons/validator/routines/TimeValidator.java 
b/src/main/java/org/apache/commons/validator/routines/TimeValidator.java
index f7c13897..b89bcf68 100644
--- a/src/main/java/org/apache/commons/validator/routines/TimeValidator.java
+++ b/src/main/java/org/apache/commons/validator/routines/TimeValidator.java
@@ -177,7 +177,7 @@ public class TimeValidator extends 
AbstractCalendarValidator {
     }
 
     /**
-     * <p>Validate/convert a time using the specified specified 
<code>Locale</code>
+     * <p>Validate/convert a time using the specified <code>Locale</code>
      *    and <code>TimeZone</code>.
      *
      * @param value The value validation is being performed on.

Reply via email to