Skip to content

Commit 31b5c8e

Browse files
committed
It is 0x not Ox
1 parent 1ea492a commit 31b5c8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/org/apache/tomcat/util/http/HeaderUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public class HeaderUtil {
2020

2121
/**
2222
* Converts an HTTP header line in byte form to a printable String. Bytes corresponding to visible ASCII characters
23-
* will be converted to those characters. All other bytes (0x00 to 0x1F, 0x7F to OxFF) will be represented in 0xNN
23+
* will be converted to those characters. All other bytes (0x00 to 0x1F, 0x7F to 0xFF) will be represented in 0xNN
2424
* form.
2525
*
2626
* @param bytes Contains an HTTP header line

0 commit comments

Comments
 (0)