Skip to content

Commit e7c2198

Browse files
committed
[CLI-200] https://issues.apache.org/jira/browse/CLI-200. particular spelled wrong in Javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/cli/trunk@950593 13f79535-47bb-0310-9956-ffa450edef68
1 parent 96c3d7d commit e7c2198

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/java/org/apache/commons/cli/CommandLine.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ public Object getOptionObject(String opt)
102102
* Return a version of this <code>Option</code> converted to a particular type.
103103
*
104104
* @param opt the name of the option
105-
* @return the value parsed into a particluar object
105+
* @return the value parsed into a particular object
106106
* @throws ParseException if there are problems turning the option value into the desired type
107107
* @see PatternOptionBuilder
108108
* @since 1.2

0 commit comments

Comments
 (0)