Skip to content

Commit f78fb5a

Browse files
committed
Normalize to US English spelling.
1 parent 46131b7 commit f78fb5a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public class TypeHandler
4040
*
4141
* @param str the command line value
4242
* @param obj the type of argument
43-
* @return The instance of <code>obj</code> initialised with
43+
* @return The instance of <code>obj</code> initialized with
4444
* the value of <code>str</code>.
4545
* @throws ParseException if the value creation for the given object type failed
4646
*/
@@ -56,7 +56,7 @@ public static Object createValue(final String str, final Object obj) throws Pars
5656
* @param str the command line value
5757
* @param clazz the class representing the type of argument
5858
* @param <T> type of argument
59-
* @return The instance of <code>clazz</code> initialised with
59+
* @return The instance of <code>clazz</code> initialized with
6060
* the value of <code>str</code>.
6161
* @throws ParseException if the value creation for the given class failed
6262
*/
@@ -109,7 +109,7 @@ else if (PatternOptionBuilder.URL_VALUE == clazz)
109109
* Create an Object from the classname and empty constructor.
110110
*
111111
* @param classname the argument value
112-
* @return the initialised object
112+
* @return the initialized object
113113
* @throws ParseException if the class could not be found or the object could not be created
114114
*/
115115
public static Object createObject(final String classname) throws ParseException

0 commit comments

Comments
 (0)