From 09d772e9c372a17ef86c1d0aa91c57f6cbb7e178 Mon Sep 17 00:00:00 2001 From: Saxon Date: Thu, 4 Jul 2019 19:47:34 +0930 Subject: [PATCH] container/mts/mpegts.go: equivalent -> identical in TrimToMetaRange error message --- container/mts/mpegts.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container/mts/mpegts.go b/container/mts/mpegts.go index 8554f702..00028478 100644 --- a/container/mts/mpegts.go +++ b/container/mts/mpegts.go @@ -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 (