Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pdfbox/src/main/java/org/apache/pdfbox/util/Hex.java
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public static byte[] getBytes(byte b)
/**
* 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)
Expand Down