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 2022/02/12 12:51:44 UTC

svn commit: r1898001 - /pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/cos/COSIncrement.java

Author: tilman
Date: Sat Feb 12 12:51:44 2022
New Revision: 1898001

URL: http://svn.apache.org/viewvc?rev=1898001&view=rev
Log:
PDFBOX-4892: fix typo, as suggested by valerybokov

Modified:
    pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/cos/COSIncrement.java

Modified: pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/cos/COSIncrement.java
URL: http://svn.apache.org/viewvc/pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/cos/COSIncrement.java?rev=1898001&r1=1898000&r2=1898001&view=diff
==============================================================================
--- pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/cos/COSIncrement.java (original)
+++ pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/cos/COSIncrement.java Sat Feb 12 12:51:44 2022
@@ -58,7 +58,7 @@ public class COSIncrement implements Ite
     
     /**
      * Creates a new {@link COSIncrement} for the given {@link COSUpdateInfo}, the increment will use it´s
-     * {@link COSDocumentState} as it´s own origin and shall conllect all updates contained in the given
+     * {@link COSDocumentState} as it´s own origin and shall collect all updates contained in the given
      * {@link COSUpdateInfo}.<br>
      * Should the given object be {@code null}, the resulting increment shall be empty.
      *