You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2012/03/06 21:24:54 UTC

svn commit: r1297680 - /commons/proper/io/trunk/src/main/java/org/apache/commons/io/output/DeferredFileOutputStream.java

Author: ggregory
Date: Tue Mar  6 20:24:53 2012
New Revision: 1297680

URL: http://svn.apache.org/viewvc?rev=1297680&view=rev
Log:
Fix Javadocs.

Modified:
    commons/proper/io/trunk/src/main/java/org/apache/commons/io/output/DeferredFileOutputStream.java

Modified: commons/proper/io/trunk/src/main/java/org/apache/commons/io/output/DeferredFileOutputStream.java
URL: http://svn.apache.org/viewvc/commons/proper/io/trunk/src/main/java/org/apache/commons/io/output/DeferredFileOutputStream.java?rev=1297680&r1=1297679&r2=1297680&view=diff
==============================================================================
--- commons/proper/io/trunk/src/main/java/org/apache/commons/io/output/DeferredFileOutputStream.java (original)
+++ commons/proper/io/trunk/src/main/java/org/apache/commons/io/output/DeferredFileOutputStream.java Tue Mar  6 20:24:53 2012
@@ -221,10 +221,10 @@ public class DeferredFileOutputStream
      * the temporary file created or null.
      * <p>
      * If the constructor specifying the file is used then it returns that
-     * same output file, even when threashold has not been reached.
+     * same output file, even when threshold has not been reached.
      * <p>
      * If constructor specifying a temporary file prefix/suffix is used
-     * then the temporary file created once the threashold is reached is returned
+     * then the temporary file created once the threshold is reached is returned
      * If the threshold was not reached then <code>null</code> is returned.
      *
      * @return The file for this output stream, or <code>null</code> if no such