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/03/01 22:28:45 UTC

svn commit: r1825690 - /pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/cos/COSBase.java

Author: tilman
Date: Thu Mar  1 22:28:45 2018
New Revision: 1825690

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

Modified:
    pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/cos/COSBase.java

Modified: pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/cos/COSBase.java
URL: http://svn.apache.org/viewvc/pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/cos/COSBase.java?rev=1825690&r1=1825689&r2=1825690&view=diff
==============================================================================
--- pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/cos/COSBase.java (original)
+++ pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/cos/COSBase.java Thu Mar  1 22:28:45 2018
@@ -95,7 +95,7 @@ public abstract class COSBase implements
     /**
      * Set the state true, if the dictionary should be written as a direct object and not indirect.
      * 
-     * @param direct set it true, for writting direct object
+     * @param direct set it true, for writing direct object
      */
     public void setDirect(boolean direct)
     {