Skip to content

Commit

Permalink
PDFBOX-5637: fix typo
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1911633 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
THausherr committed Aug 14, 2023
1 parent 27e0325 commit e1e6c23
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@ public void setAppendOnly(boolean appendOnly)
* any field changes. (Read about "Trigger Events" in the PDF specification)
*
* @return field list. Note these objects may not be identical to PDField objects retrieved from
* other methods (depending on cache setting). The best strategie is to call
* other methods (depending on cache setting). The best strategy is to call
* {@link #getCOSObject()} to check for identity. The list is not backed by the /CO COSArray in
* the document.
*/
Expand Down

0 comments on commit e1e6c23

Please sign in to comment.