Author: tilman
Date: Tue Dec  2 11:14:18 2025
New Revision: 1930184

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

Modified:
   pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/util/Hex.java

Modified: pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/util/Hex.java
==============================================================================
--- pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/util/Hex.java   Tue Dec 
 2 11:11:57 2025        (r1930183)
+++ pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/util/Hex.java   Tue Dec 
 2 11:14:18 2025        (r1930184)
@@ -86,7 +86,7 @@ public final class Hex
     /**
      * Returns the bytes corresponding to the ASCII hex encoding of the given 
bytes.
      * 
-     * @param bytes the bytey to be converted
+     * @param bytes the bytes to be converted
      * @return the ASCII hex encoding of the given bytes
      */
     public static byte[] getBytes(byte[] bytes)

Reply via email to