Skip to content

Commit f8e2c07

Browse files
committed
Javadoc typo (US English).
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/cli/trunk@1677454 13f79535-47bb-0310-9956-ffa450edef68
1 parent 206de8c commit f8e2c07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public class DefaultParser implements CommandLineParser
4949
/** The last option parsed. */
5050
protected Option currentOption;
5151

52-
/** Flag indicating if tokens should no longer be analysed and simply added as arguments of the command line. */
52+
/** Flag indicating if tokens should no longer be analyzed and simply added as arguments of the command line. */
5353
protected boolean skipParsing;
5454

5555
/** The required options and groups expected to be found when parsing the command line. */

0 commit comments

Comments
 (0)