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/06 18:10:20 UTC

svn commit: r1826017 - /pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/text/PDFTextStripper.java

Author: tilman
Date: Tue Mar  6 18:10:20 2018
New Revision: 1826017

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

Modified:
    pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/text/PDFTextStripper.java

Modified: pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/text/PDFTextStripper.java
URL: http://svn.apache.org/viewvc/pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/text/PDFTextStripper.java?rev=1826017&r1=1826016&r2=1826017&view=diff
==============================================================================
--- pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/text/PDFTextStripper.java (original)
+++ pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/text/PDFTextStripper.java Tue Mar  6 18:10:20 2018
@@ -736,7 +736,7 @@ public class PDFTextStripper extends Leg
     /**
      * Write the line separator value to the output stream.
      * 
-     * @throws IOException If there is a problem writing out the lineseparator to the document.
+     * @throws IOException If there is a problem writing out the line separator to the document.
      */
     protected void writeLineSeparator() throws IOException
     {
@@ -746,7 +746,7 @@ public class PDFTextStripper extends Leg
     /**
      * Write the word separator value to the output stream.
      * 
-     * @throws IOException If there is a problem writing out the wordseparator to the document.
+     * @throws IOException If there is a problem writing out the word separator to the document.
      */
     protected void writeWordSeparator() throws IOException
     {