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/06/25 16:59:25 UTC

svn commit: r1834344 - in /pdfbox/trunk/examples/src/main/java/org/apache/pdfbox/examples/signature: CreateVisibleSignature.java CreateVisibleSignature2.java

Author: tilman
Date: Mon Jun 25 16:59:24 2018
New Revision: 1834344

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

Modified:
    pdfbox/trunk/examples/src/main/java/org/apache/pdfbox/examples/signature/CreateVisibleSignature.java
    pdfbox/trunk/examples/src/main/java/org/apache/pdfbox/examples/signature/CreateVisibleSignature2.java

Modified: pdfbox/trunk/examples/src/main/java/org/apache/pdfbox/examples/signature/CreateVisibleSignature.java
URL: http://svn.apache.org/viewvc/pdfbox/trunk/examples/src/main/java/org/apache/pdfbox/examples/signature/CreateVisibleSignature.java?rev=1834344&r1=1834343&r2=1834344&view=diff
==============================================================================
--- pdfbox/trunk/examples/src/main/java/org/apache/pdfbox/examples/signature/CreateVisibleSignature.java (original)
+++ pdfbox/trunk/examples/src/main/java/org/apache/pdfbox/examples/signature/CreateVisibleSignature.java Mon Jun 25 16:59:24 2018
@@ -290,7 +290,7 @@ public class CreateVisibleSignature exte
                 // PDDocument object anymore, with classic java file random access methods.
                 // If you can't remember the offset value from ByteRange because your context has changed,
                 // then open the file with PDFBox, find the field with findExistingSignature() or
-                // PODDocument.getLastSignatureDictionary() and get the ByteRange from there.
+                // PDDocument.getLastSignatureDictionary() and get the ByteRange from there.
                 // Close the file and then write the signature as explained earlier in this comment.
                 if (isLateExternalSigning())
                 {

Modified: pdfbox/trunk/examples/src/main/java/org/apache/pdfbox/examples/signature/CreateVisibleSignature2.java
URL: http://svn.apache.org/viewvc/pdfbox/trunk/examples/src/main/java/org/apache/pdfbox/examples/signature/CreateVisibleSignature2.java?rev=1834344&r1=1834343&r2=1834344&view=diff
==============================================================================
--- pdfbox/trunk/examples/src/main/java/org/apache/pdfbox/examples/signature/CreateVisibleSignature2.java (original)
+++ pdfbox/trunk/examples/src/main/java/org/apache/pdfbox/examples/signature/CreateVisibleSignature2.java Mon Jun 25 16:59:24 2018
@@ -258,7 +258,7 @@ public class CreateVisibleSignature2 ext
                 // PDDocument object anymore, with classic java file random access methods.
                 // If you can't remember the offset value from ByteRange because your context has changed,
                 // then open the file with PDFBox, find the field with findExistingSignature() or
-                // PODDocument.getLastSignatureDictionary() and get the ByteRange from there.
+                // PDDocument.getLastSignatureDictionary() and get the ByteRange from there.
                 // Close the file and then write the signature as explained earlier in this comment.
                 if (isLateExternalSigning())
                 {