mirror of https://bitbucket.org/ausocean/av.git
container/mts/mpegts.go: equivalent -> identical in TrimToMetaRange error message
This commit is contained in:
parent
d2278cb914
commit
09d772e9c3
|
@ -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 (
|
||||
|
|
Loading…
Reference in New Issue