Skip to content

Commit

Permalink
correct comment of date from cate (#12448)
Browse files Browse the repository at this point in the history
Motivation:

found a misspelling, the comment of RTSP header DATE should be "date" not "cate"

Modification:

cate -> date

Result:

correct comment
  • Loading branch information
firestige committed Jun 7, 2022
1 parent c42a207 commit bffac7b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -95,7 +95,7 @@ public final class RtspHeaderNames {
*/
public static final AsciiString CSEQ = AsciiString.cached("cseq");
/**
* {@code "cate"}
* {@code "date"}
*/
public static final AsciiString DATE = HttpHeaderNames.DATE;
/**
Expand Down

0 comments on commit bffac7b

Please sign in to comment.