Skip to content

Commit 6d41570

Browse files
committed
PDFBOX-5660: fix typo, as suggested by Valery Bokov, closes #382
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1930572 13f79535-47bb-0310-9956-ffa450edef68
1 parent 3e55f5d commit 6d41570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pdfbox/src/main/java/org/apache/pdfbox/text/PDFTextStripper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ public PDFTextStripper()
206206
* <p>IMPORTANT: By default, text extraction is done in the same sequence as the text in the PDF page content stream.
207207
* PDF is a graphic format, not a text format, and unlike HTML, it has no requirements that text one on page
208208
* be rendered in a certain order. The order is the one that was determined by the software that created the
209-
* PDF. To get text sorted from left to right and top to botton, use {@link #setSortByPosition(boolean)}.
209+
* PDF. To get text sorted from left to right and top to bottom, use {@link #setSortByPosition(boolean)}.
210210
*
211211
* @param doc The document to get the text from.
212212
* @return The text of the PDF document.

0 commit comments

Comments
 (0)