From commits-return-12962-archive-asf-public=cust-asf.ponee.io@pdfbox.apache.org Wed Aug 15 18:42:32 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 1A396180626 for ; Wed, 15 Aug 2018 18:42:31 +0200 (CEST) Received: (qmail 37991 invoked by uid 500); 15 Aug 2018 16:42:31 -0000 Mailing-List: contact commits-help@pdfbox.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@pdfbox.apache.org Delivered-To: mailing list commits@pdfbox.apache.org Received: (qmail 37982 invoked by uid 99); 15 Aug 2018 16:42:31 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Aug 2018 16:42:31 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id AE1CC3A00A5 for ; Wed, 15 Aug 2018 16:42:30 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1838113 - in /pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox: contentstream/PDFStreamEngine.java text/LegacyPDFStreamEngine.java Date: Wed, 15 Aug 2018 16:42:30 -0000 To: commits@pdfbox.apache.org From: tilman@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20180815164230.AE1CC3A00A5@svn01-us-west.apache.org> Author: tilman Date: Wed Aug 15 16:42:30 2018 New Revision: 1838113 URL: http://svn.apache.org/viewvc?rev=1838113&view=rev Log: PDFBOX-4071: fix typo Modified: pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/contentstream/PDFStreamEngine.java pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/text/LegacyPDFStreamEngine.java Modified: pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/contentstream/PDFStreamEngine.java URL: http://svn.apache.org/viewvc/pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/contentstream/PDFStreamEngine.java?rev=1838113&r1=1838112&r2=1838113&view=diff ============================================================================== --- pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/contentstream/PDFStreamEngine.java (original) +++ pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/contentstream/PDFStreamEngine.java Wed Aug 15 16:42:30 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/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/text/LegacyPDFStreamEngine.java URL: http://svn.apache.org/viewvc/pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/text/LegacyPDFStreamEngine.java?rev=1838113&r1=1838112&r2=1838113&view=diff ============================================================================== --- pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/text/LegacyPDFStreamEngine.java (original) +++ pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/text/LegacyPDFStreamEngine.java Wed Aug 15 16:42:30 2018 @@ -116,7 +116,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.