Skip to content

Commit 2fe508c

Browse files
committed
PDFBOX-5660: fix typo, as suggested by Valery Bokov; closes #438
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/branches/2.0@1932979 13f79535-47bb-0310-9956-ffa450edef68
1 parent 93a4391 commit 2fe508c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pdfbox/src/main/java/org/apache/pdfbox/pdmodel/PDDocument.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1418,7 +1418,7 @@ private void subsetDesignatedFonts() throws IOException
14181418
* signed</a>. (PDFBox already does this for signature widget annotations)
14191419
* <p>
14201420
* Another problem with page-based modifications can occur if the page tree isn't flat: there
1421-
* won't be an closed update path from the catalog to the page. To fix this, add code like this:
1421+
* won't be a closed update path from the catalog to the page. To fix this, add code like this:
14221422
* <pre>{@code
14231423
* COSDictionary parent = page.getCOSObject().getCOSDictionary(COSName.PARENT);
14241424
* while (parent != null)

0 commit comments

Comments
 (0)