Author: tilman
Date: Sun Dec 14 10:16:01 2025
New Revision: 1930548

Log:
PDFBOX-5660: fix typo, as suggested by Valery Bokov, closes #378

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
==============================================================================
--- 
pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/text/PDFTextStripper.java
        Sun Dec 14 10:14:32 2025        (r1930547)
+++ 
pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/text/PDFTextStripper.java
        Sun Dec 14 10:16:01 2025        (r1930548)
@@ -1202,7 +1202,7 @@ public class PDFTextStripper extends Leg
     }
 
     /**
-     * By default the text stripper will attempt to remove text that overlapps 
each other. Word paints the same
+     * By default the text stripper will attempt to remove text that overlaps 
each other. Word paints the same
      * character several times in order to make it look bold. By setting this 
to false all text will be extracted, which
      * means that certain sections will be duplicated, but better performance 
will be noticed.
      *

Reply via email to