Fix minor documentation issue: an an extra word git-svn-id: https://svn.apache.org/repos/asf/commons/proper/validator/trunk@1843039 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/main/java/org/apache/commons/validator/routines/CurrencyValidator.java b/src/main/java/org/apache/commons/validator/routines/CurrencyValidator.java index b4fb351..fbb3050 100644 --- a/src/main/java/org/apache/commons/validator/routines/CurrencyValidator.java +++ b/src/main/java/org/apache/commons/validator/routines/CurrencyValidator.java
@@ -24,7 +24,7 @@ * * <p>This is one implementation of a currency validator that has the following features:</p> * <ul> - * <li>It is <i>lenient</i> about the the presence of the <i>currency symbol</i></li> + * <li>It is <i>lenient</i> about the presence of the <i>currency symbol</i></li> * <li>It converts the currency to a <code>java.math.BigDecimal</code></li> * </ul> *
diff --git a/src/main/java/org/apache/commons/validator/routines/PercentValidator.java b/src/main/java/org/apache/commons/validator/routines/PercentValidator.java index adc8406..c7c1680 100644 --- a/src/main/java/org/apache/commons/validator/routines/PercentValidator.java +++ b/src/main/java/org/apache/commons/validator/routines/PercentValidator.java
@@ -25,7 +25,7 @@ * * <p>This is one implementation of a percent validator that has the following features:</p> * <ul> - * <li>It is <i>lenient</i> about the the presence of the <i>percent symbol</i></li> + * <li>It is <i>lenient</i> about the presence of the <i>percent symbol</i></li> * <li>It converts the percent to a <code>java.math.BigDecimal</code></li> * </ul> *