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/08/15 16:42:23 UTC

svn commit: r1838112 - in /pdfbox/trunk: debugger/src/main/java/org/apache/pdfbox/debugger/PDFDebugger.java pdfbox/src/main/java/org/apache/pdfbox/contentstream/PDFStreamEngine.java pdfbox/src/main/java/org/apache/pdfbox/text/LegacyPDFStreamEngine.java

Author: tilman
Date: Wed Aug 15 16:42:23 2018
New Revision: 1838112

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

Modified:
    pdfbox/trunk/debugger/src/main/java/org/apache/pdfbox/debugger/PDFDebugger.java
    pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/contentstream/PDFStreamEngine.java
    pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/text/LegacyPDFStreamEngine.java

Modified: pdfbox/trunk/debugger/src/main/java/org/apache/pdfbox/debugger/PDFDebugger.java
URL: http://svn.apache.org/viewvc/pdfbox/trunk/debugger/src/main/java/org/apache/pdfbox/debugger/PDFDebugger.java?rev=1838112&r1=1838111&r2=1838112&view=diff
==============================================================================
--- pdfbox/trunk/debugger/src/main/java/org/apache/pdfbox/debugger/PDFDebugger.java (original)
+++ pdfbox/trunk/debugger/src/main/java/org/apache/pdfbox/debugger/PDFDebugger.java Wed Aug 15 16:42:23 2018
@@ -454,7 +454,7 @@ public class PDFDebugger extends JFrame
     }
 
     /**
-     * Initialise application global event handlers.
+     * Initialize application global event handlers.
      * Protected to allow subclasses to override this method if they
      * don't want the global event handler overridden.
      */

Modified: pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/contentstream/PDFStreamEngine.java
URL: http://svn.apache.org/viewvc/pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/contentstream/PDFStreamEngine.java?rev=1838112&r1=1838111&r2=1838112&view=diff
==============================================================================
--- pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/contentstream/PDFStreamEngine.java (original)
+++ pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/contentstream/PDFStreamEngine.java Wed Aug 15 16:42:23 2018
@@ -118,7 +118,7 @@ public abstract class PDFStreamEngine
     }
 
     /**
-     * Initialises the stream engine for the given page.
+     * Initializes the stream engine for the given page.
      */
     private void initPage(PDPage page)
     {
@@ -136,7 +136,7 @@ public abstract class PDFStreamEngine
     }
 
     /**
-     * This will initialise and process the contents of the stream.
+     * This will initialize and process the contents of the stream.
      *
      * @param page the page to process
      * @throws IOException if there is an error accessing the stream

Modified: pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/text/LegacyPDFStreamEngine.java
URL: http://svn.apache.org/viewvc/pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/text/LegacyPDFStreamEngine.java?rev=1838112&r1=1838111&r2=1838112&view=diff
==============================================================================
--- pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/text/LegacyPDFStreamEngine.java (original)
+++ pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/text/LegacyPDFStreamEngine.java Wed Aug 15 16:42:23 2018
@@ -118,7 +118,7 @@ class LegacyPDFStreamEngine extends PDFS
     }
 
     /**
-     * This will initialise and process the contents of the stream.
+     * This will initialize and process the contents of the stream.
      *
      * @param page the page to process
      * @throws java.io.IOException if there is an error accessing the stream.