fix typo in comment

This commit is contained in:
Scott Lamb 2022-04-29 12:52:04 -07:00
parent 2c8832d02b
commit f94e2f78d3

View File

@ -499,7 +499,7 @@ fn parse_server_port(server_port: &str) -> Result<u16, ()> {
return Ok(a); return Ok(a);
} }
// Note returning a range is allowed by RFC 2326's grammar, but I'm not sure // Not returning a range is allowed by RFC 2326's grammar, but I'm not sure
// what it means. RTSP 2.0 allows "RTCP-mux" for using a single port for // what it means. RTSP 2.0 allows "RTCP-mux" for using a single port for
// both RTP and RTCP, but it's only by client request, and RTSP 1.0 doesn't // both RTP and RTCP, but it's only by client request, and RTSP 1.0 doesn't
// reference this. // reference this.