fixed typo in javadoc

This commit is contained in:
Lars Kühne 2004-04-25 17:42:00 +00:00
parent 36c152edea
commit 4c633abe4b
1 changed files with 2 additions and 2 deletions

View File

@ -77,9 +77,9 @@ public class TokenTypesDoclet
}
/**
* Returns option length (how many part aer in option).
* Returns option length (how many parts are in option).
* @param aOption option name to process
* @return option length (how many part aer in option).
* @return option length (how many parts are in option).
*/
public static int optionLength(String aOption)
{