You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ti...@apache.org on 2019/06/13 16:46:29 UTC

svn commit: r1861281 - /pdfbox/branches/issue45/pdfbox/src/main/java/org/apache/pdfbox/io/ScratchFile.java

Author: tilman
Date: Thu Jun 13 16:46:29 2019
New Revision: 1861281

URL: http://svn.apache.org/viewvc?rev=1861281&view=rev
Log:
PDFBOX-4071: fix typo

Modified:
    pdfbox/branches/issue45/pdfbox/src/main/java/org/apache/pdfbox/io/ScratchFile.java

Modified: pdfbox/branches/issue45/pdfbox/src/main/java/org/apache/pdfbox/io/ScratchFile.java
URL: http://svn.apache.org/viewvc/pdfbox/branches/issue45/pdfbox/src/main/java/org/apache/pdfbox/io/ScratchFile.java?rev=1861281&r1=1861280&r2=1861281&view=diff
==============================================================================
--- pdfbox/branches/issue45/pdfbox/src/main/java/org/apache/pdfbox/io/ScratchFile.java (original)
+++ pdfbox/branches/issue45/pdfbox/src/main/java/org/apache/pdfbox/io/ScratchFile.java Thu Jun 13 16:46:29 2019
@@ -193,7 +193,7 @@ public class ScratchFile implements Clos
      * if no new pages could be added because we reached the maximum of
      * {@link Integer#MAX_VALUE} pages.
      * 
-     * <p>If scratch file uage is allowed and scratch file does not exist already
+     * <p>If scratch file usage is allowed and scratch file does not exist already
      * it will be created.</p>
      * 
      * <p>Only to be called under synchronization on {@link #freePages}.</p>