Skip to content

Commit 8b581f4

Browse files
committed
PDFBOX-5660: fix typo, as suggested by Valery Bokov; closes #430
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/branches/2.0@1932871 13f79535-47bb-0310-9956-ffa450edef68
1 parent da41a20 commit 8b581f4

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
@@ -76,7 +76,7 @@ public FDFAnnotationTextMarkup(Element element) throws IOException
7676
/**
7777
* Set the coordinates of individual words or group of words.
7878
*
79-
* The quadliterals shall encompasses a word or group of contiguous words in the text underlying the annotation. The
79+
* The quadliterals shall encompass a word or group of contiguous words in the text underlying the annotation. The
8080
* coordinates for each quadrilateral shall be given in the order x1 y1 x2 y2 x3 y3 x4 y4.
8181
*
8282
* @param coords an array of 8 􏰍 n numbers specifying the coordinates of n quadrilaterals.

0 commit comments

Comments
 (0)