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:
parent
1d5c03fac6
commit
25ef9a58cb
|
@ -368,7 +368,7 @@ public class DurationFormatUtils {
|
||||||
* @param seconds the number of seconds
|
* @param seconds the number of seconds
|
||||||
* @param milliseconds the number of millis
|
* @param milliseconds the number of millis
|
||||||
* @param padWithZeros whether to pad
|
* @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,
|
static String format(Token[] tokens, int years, int months, int days, int hours, int minutes, int seconds,
|
||||||
int milliseconds, boolean padWithZeros) {
|
int milliseconds, boolean padWithZeros) {
|
||||||
|
|
Loading…
Reference in New Issue