formetted to formatted - typo fix

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@454426 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2006-10-09 16:56:49 +00:00
parent 1d5c03fac6
commit 25ef9a58cb
1 changed files with 1 additions and 1 deletions

View File

@ -368,7 +368,7 @@ public class DurationFormatUtils {
* @param seconds the number of seconds
* @param milliseconds the number of millis
* @param padWithZeros whether to pad
* @return the formetted string
* @return the formatted string
*/
static String format(Token[] tokens, int years, int months, int days, int hours, int minutes, int seconds,
int milliseconds, boolean padWithZeros) {