Author: tilman
Date: Mon Apr  6 17:20:12 2026
New Revision: 1932871

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

Modified:
   
pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/fdf/FDFAnnotationTextMarkup.java

Modified: 
pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/fdf/FDFAnnotationTextMarkup.java
==============================================================================
--- 
pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/fdf/FDFAnnotationTextMarkup.java
 Mon Apr  6 17:20:09 2026        (r1932870)
+++ 
pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/fdf/FDFAnnotationTextMarkup.java
 Mon Apr  6 17:20:12 2026        (r1932871)
@@ -76,7 +76,7 @@ public abstract class FDFAnnotationTextM
     /**
      * Set the coordinates of individual words or group of words.
      * 
-     * The quadliterals shall encompasses a word or group of contiguous words 
in the text underlying the annotation. The
+     * The quadliterals shall encompass a word or group of contiguous words in 
the text underlying the annotation. The
      * coordinates for each quadrilateral shall be given in the order x1 y1 x2 
y2 x3 y3 x4 y4.
      *
      * @param coords an array of 8 􏰍 n numbers specifying the coordinates of n 
quadrilaterals.

Reply via email to