Skip to content

Commit bffac7b

Browse files
authored
correct comment of date from cate (#12448)
Motivation: found a misspelling, the comment of RTSP header DATE should be "date" not "cate" Modification: cate -> date Result: correct comment
1 parent c42a207 commit bffac7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

codec-http/src/main/java/io/netty/handler/codec/rtsp/RtspHeaderNames.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public final class RtspHeaderNames {
9595
*/
9696
public static final AsciiString CSEQ = AsciiString.cached("cseq");
9797
/**
98-
* {@code "cate"}
98+
* {@code "date"}
9999
*/
100100
public static final AsciiString DATE = HttpHeaderNames.DATE;
101101
/**

0 commit comments

Comments
 (0)