You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2015/03/29 11:10:08 UTC

svn commit: r1669874 - /commons/proper/cli/trunk/src/main/java/org/apache/commons/cli/Option.java

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