Author: tilman
Date: Mon Jan  5 19:51:08 2026
New Revision: 1931137

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

Modified:
   
pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/annotation/handlers/PDLinkAppearanceHandler.java

Modified: 
pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/annotation/handlers/PDLinkAppearanceHandler.java
==============================================================================
--- 
pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/annotation/handlers/PDLinkAppearanceHandler.java
     Mon Jan  5 19:51:04 2026        (r1931136)
+++ 
pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/annotation/handlers/PDLinkAppearanceHandler.java
     Mon Jan  5 19:51:08 2026        (r1931137)
@@ -167,7 +167,7 @@ public class PDLinkAppearanceHandler ext
     }
     
     /**
-     * Get the line with of the border.
+     * Get the line width of the border.
      * 
      * Get the width of the line used to draw a border around the annotation.
      * This may either be specified by the annotation dictionaries Border

Reply via email to