Skip to content

Commit 1041870

Browse files
committed
Fix comment typo.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/cli/trunk@1343242 13f79535-47bb-0310-9956-ffa450edef68
1 parent 171206b commit 1041870

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
@@ -190,7 +190,7 @@ else if (!("yes".equalsIgnoreCase(value)
190190
*/
191191
private void checkRequiredOptions() throws MissingOptionException
192192
{
193-
// if there are required options that have not been processsed
193+
// if there are required options that have not been processed
194194
if (!expectedOpts.isEmpty())
195195
{
196196
throw new MissingOptionException(expectedOpts);

0 commit comments

Comments
 (0)