container/mts/mpegts.go: equivalent -> identical in TrimToMetaRange error message

This commit is contained in:
Saxon 2019-07-04 19:47:34 +09:30
parent d2278cb914
commit 09d772e9c3
1 changed files with 1 additions and 1 deletions

View File

@ -414,7 +414,7 @@ func TrimToMetaRange(d []byte, key, from, to string) ([]byte, error) {
}
if from == to {
return nil, errors.New("'from' and 'to' cannot be equivalent")
return nil, errors.New("'from' and 'to' cannot be identical")
}
var (