Skip to content

Commit 19074dd

Browse files
committed
PDFBOX-5660: fix typo, as suggested by Valery Bokov; closes #430
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1932870 13f79535-47bb-0310-9956-ffa450edef68
1 parent b9c9af3 commit 19074dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pdfbox/src/main/java/org/apache/pdfbox/pdmodel/fdf/FDFAnnotationTextMarkup.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ protected FDFAnnotationTextMarkup(Element element) throws IOException
7575
/**
7676
* Set the coordinates of individual words or group of words.
7777
*
78-
* The quadliterals shall encompasses a word or group of contiguous words in the text underlying the annotation. The
78+
* The quadliterals shall encompass a word or group of contiguous words in the text underlying the annotation. The
7979
* coordinates for each quadrilateral shall be given in the order x1 y1 x2 y2 x3 y3 x4 y4.
8080
*
8181
* @param coords an array of 8 􏰍 n numbers specifying the coordinates of n quadrilaterals.

0 commit comments

Comments
 (0)