codec/h265/lex_test.go: corrected comment for TestLex

This commit is contained in:
Saxon 2019-05-09 12:10:46 +09:30
parent ef16a82edb
commit 31d756fef2
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ func (d *destination) Write(p []byte) (int, error) {
return len(p), nil
}
// TestLex cheks that the Lexer can correctly extract H265 access units from
// TestLex checks that the Lexer can correctly extract H265 access units from
// HEVC RTP stream in RTP payload format.
func TestLex(t *testing.T) {
const rtpVer = 2