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 2018/09/20 06:44:27 UTC

svn commit: r1841430 - /pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/PDDocument.java

Author: tilman
Date: Thu Sep 20 06:44:27 2018
New Revision: 1841430

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

Modified:
    pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/PDDocument.java

Modified: pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/PDDocument.java
URL: http://svn.apache.org/viewvc/pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/PDDocument.java?rev=1841430&r1=1841429&r2=1841430&view=diff
==============================================================================
--- pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/PDDocument.java (original)
+++ pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/PDDocument.java Thu Sep 20 06:44:27 2018
@@ -1379,7 +1379,7 @@ public class PDDocument implements Pagea
 
     /**
      * Save the pdf as incremental for signing. Use this only for small files
-     * because this method temporarly stores the entire file into memory.
+     * because this method temporarily stores the entire file into memory.
      *
      * @param fileName the filename to be used. This should be a copy of the
      * original file.