You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tn...@apache.org on 2013/10/19 19:46:57 UTC

svn commit: r1533798 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/time/FastDateFormat.java

Author: tn
Date: Sat Oct 19 17:46:57 2013
New Revision: 1533798

URL: http://svn.apache.org/r1533798
Log:
Fix typo.

Modified:
    commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/time/FastDateFormat.java

Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/time/FastDateFormat.java
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/time/FastDateFormat.java?rev=1533798&r1=1533797&r2=1533798&view=diff
==============================================================================
--- commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/time/FastDateFormat.java (original)
+++ commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/time/FastDateFormat.java Sat Oct 19 17:46:57 2013
@@ -421,7 +421,7 @@ public class FastDateFormat extends Form
     }
 
     /**
-     * <p>Formats a milliseond {@code long} value into the
+     * <p>Formats a millisecond {@code long} value into the
      * supplied {@code StringBuffer}.</p>
      *
      * @param millis  the millisecond value to format