Skip to content

Commit 0c0ce9b

Browse files
committed
Fix typo
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/cli/trunk@1669874 13f79535-47bb-0310-9956-ffa450edef68
1 parent 3d4fae5 commit 0c0ce9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/apache/commons/cli/Option.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ public String getValue(int index) throws IndexOutOfBoundsException
536536
* Returns the value/first value of this Option or the
537537
* <code>defaultValue</code> if there is no value.
538538
*
539-
* @param defaultValue The value to be returned if ther
539+
* @param defaultValue The value to be returned if there
540540
* is no value.
541541
*
542542
* @return the value/first value of this Option or the

0 commit comments

Comments
 (0)