Author: tilman
Date: Tue Dec 2 11:14:21 2025
New Revision: 1930185
Log:
PDFBOX-5660: fix typo as suggested by Valery Bokov, closes #354
Modified:
pdfbox/branches/3.0/pdfbox/src/main/java/org/apache/pdfbox/util/Hex.java
Modified:
pdfbox/branches/3.0/pdfbox/src/main/java/org/apache/pdfbox/util/Hex.java
==============================================================================
--- pdfbox/branches/3.0/pdfbox/src/main/java/org/apache/pdfbox/util/Hex.java
Tue Dec 2 11:14:18 2025 (r1930184)
+++ pdfbox/branches/3.0/pdfbox/src/main/java/org/apache/pdfbox/util/Hex.java
Tue Dec 2 11:14:21 2025 (r1930185)
@@ -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)