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