Author: britter
Date: Sun Mar 29 09:10:08 2015
New Revision: 1669874

URL: http://svn.apache.org/r1669874
Log:
Fix typo

Modified:
    commons/proper/cli/trunk/src/main/java/org/apache/commons/cli/Option.java

Modified: 
commons/proper/cli/trunk/src/main/java/org/apache/commons/cli/Option.java
URL: 
http://svn.apache.org/viewvc/commons/proper/cli/trunk/src/main/java/org/apache/commons/cli/Option.java?rev=1669874&r1=1669873&r2=1669874&view=diff
==============================================================================
--- commons/proper/cli/trunk/src/main/java/org/apache/commons/cli/Option.java 
(original)
+++ commons/proper/cli/trunk/src/main/java/org/apache/commons/cli/Option.java 
Sun Mar 29 09:10:08 2015
@@ -536,7 +536,7 @@ public class Option implements Cloneable
      * Returns the value/first value of this Option or the 
      * <code>defaultValue</code> if there is no value.
      *
-     * @param defaultValue The value to be returned if ther
+     * @param defaultValue The value to be returned if there
      * is no value.
      *
      * @return the value/first value of this Option or the 


Reply via email to