Author: bayard
Date: Mon Oct  9 09:56:49 2006
New Revision: 454426

URL: http://svn.apache.org/viewvc?view=rev&rev=454426
Log:
formetted to formatted - typo fix

Modified:
    
jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/time/DurationFormatUtils.java

Modified: 
jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/time/DurationFormatUtils.java
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/time/DurationFormatUtils.java?view=diff&rev=454426&r1=454425&r2=454426
==============================================================================
--- 
jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/time/DurationFormatUtils.java
 (original)
+++ 
jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/time/DurationFormatUtils.java
 Mon Oct  9 09:56:49 2006
@@ -368,7 +368,7 @@
      * @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) {



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to