Author: sebb
Date: Fri Feb 13 11:17:08 2009
New Revision: 744070

URL: http://svn.apache.org/viewvc?rev=744070&view=rev
Log:
Typo

Modified:
    
commons/proper/cli/branches/cli-1.x/src/test/org/apache/commons/cli/ApplicationTest.java

Modified: 
commons/proper/cli/branches/cli-1.x/src/test/org/apache/commons/cli/ApplicationTest.java
URL: 
http://svn.apache.org/viewvc/commons/proper/cli/branches/cli-1.x/src/test/org/apache/commons/cli/ApplicationTest.java?rev=744070&r1=744069&r2=744070&view=diff
==============================================================================
--- 
commons/proper/cli/branches/cli-1.x/src/test/org/apache/commons/cli/ApplicationTest.java
 (original)
+++ 
commons/proper/cli/branches/cli-1.x/src/test/org/apache/commons/cli/ApplicationTest.java
 Fri Feb 13 11:17:08 2009
@@ -205,7 +205,7 @@
                 //FIXME - should generate -m,--systems system
                 addOption("m", "systems", true, "search for man pages from 
other unix system(s).").
                 //FIXME - should generate -L,--locale locale
-                addOption("L", "locale", true, "defaine the locale for this 
particular man search.").
+                addOption("L", "locale", true, "define the locale for this 
particular man search.").
                 //FIXME - should generate -p,--preprocessor string
                 addOption("p", "preprocessor", true, "string indicates which 
preprocessor to run.\n" +
                          " e - [n]eqn  p - pic     t - tbl\n" +


Reply via email to