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 2021/02/18 16:47:40 UTC

svn commit: r1886669 - /pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/pdfwriter/COSWriter.java

Author: tilman
Date: Thu Feb 18 16:47:40 2021
New Revision: 1886669

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

Modified:
    pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/pdfwriter/COSWriter.java

Modified: pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/pdfwriter/COSWriter.java
URL: http://svn.apache.org/viewvc/pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/pdfwriter/COSWriter.java?rev=1886669&r1=1886668&r2=1886669&view=diff
==============================================================================
--- pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/pdfwriter/COSWriter.java (original)
+++ pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/pdfwriter/COSWriter.java Thu Feb 18 16:47:40 2021
@@ -299,7 +299,7 @@ public class COSWriter implements ICOSVi
         // One could improve visitFromArray and visitFromDictionary (see commit 1856891)
         // to handle arrays like dictionaries so that arrays are written indirectly,
         // but this produces very inefficient files.
-        // If there is every a real need to update arrays, then a future implementation could
+        // If there is ever a real need to update arrays, then a future implementation could
         // recommit change 1856891 (also needs to move the byteRange position detection code)
         // and also set isDirect in arrays to true by default, to avoid inefficient files.
         // COSArray.setDirect(true) is called at some places in the current implementation for