Skip to content

Commit 88cf9e4

Browse files
committed
Typo
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/cli/branches/cli-1.x@744070 13f79535-47bb-0310-9956-ffa450edef68
1 parent 6c740e7 commit 88cf9e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/org/apache/commons/cli/ApplicationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ public void testMan()
205205
//FIXME - should generate -m,--systems system
206206
addOption("m", "systems", true, "search for man pages from other unix system(s).").
207207
//FIXME - should generate -L,--locale locale
208-
addOption("L", "locale", true, "defaine the locale for this particular man search.").
208+
addOption("L", "locale", true, "define the locale for this particular man search.").
209209
//FIXME - should generate -p,--preprocessor string
210210
addOption("p", "preprocessor", true, "string indicates which preprocessor to run.\n" +
211211
" e - [n]eqn p - pic t - tbl\n" +

0 commit comments

Comments
 (0)