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:19 UTC

svn commit: r1861279 - /pdfbox/branches/issue4569/pdfbox/src/main/java/org/apache/pdfbox/io/ScratchFile.java

Author: tilman
Date: Thu Jun 13 16:46:18 2019
New Revision: 1861279

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

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

Modified: pdfbox/branches/issue4569/pdfbox/src/main/java/org/apache/pdfbox/io/ScratchFile.java
URL: http://svn.apache.org/viewvc/pdfbox/branches/issue4569/pdfbox/src/main/java/org/apache/pdfbox/io/ScratchFile.java?rev=1861279&r1=1861278&r2=1861279&view=diff
==============================================================================
--- pdfbox/branches/issue4569/pdfbox/src/main/java/org/apache/pdfbox/io/ScratchFile.java (original)
+++ pdfbox/branches/issue4569/pdfbox/src/main/java/org/apache/pdfbox/io/ScratchFile.java Thu Jun 13 16:46:18 2019
@@ -216,7 +216,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>