container/mts/payload.go: fix spelling error in comment

This commit is contained in:
Saxon 2019-07-04 14:38:15 +09:30
parent b66f11db19
commit 0f92f7d727
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ func Extract(p []byte) (*Clip, error) {
Meta: meta, Meta: meta,
}) })
// Append the data to the underlying buffer and get appended lenghth. // Append the data to the underlying buffer and get appended length.
clip.backing = append(clip.backing, _pes.Data()...) clip.backing = append(clip.backing, _pes.Data()...)
dataLen = len(_pes.Data()) dataLen = len(_pes.Data())