Skip to content

Commit

Permalink
correct comment of date from cate (netty#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 authored and 夏无影 committed Jul 8, 2022
1 parent a9d585e commit 7f3d8bb
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 7f3d8bb

Please sign in to comment.