Skip to content

Commit 0e045a9

Browse files
committed
PDFBOX-5660: fix typo as suggested by Valery Bokov, closes #354
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1930184 13f79535-47bb-0310-9956-ffa450edef68
1 parent 77977bb commit 0e045a9

File tree

1 file changed

+1
-1
lines changed
  • pdfbox/src/main/java/org/apache/pdfbox/util

1 file changed

+1
-1
lines changed

pdfbox/src/main/java/org/apache/pdfbox/util/Hex.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public static byte[] getBytes(byte b)
8686
/**
8787
* Returns the bytes corresponding to the ASCII hex encoding of the given bytes.
8888
*
89-
* @param bytes the bytey to be converted
89+
* @param bytes the bytes to be converted
9090
* @return the ASCII hex encoding of the given bytes
9191
*/
9292
public static byte[] getBytes(byte[] bytes)

0 commit comments

Comments
 (0)