common: fix typo

This commit is contained in:
Hermet Park 2021-06-07 17:36:19 +09:00
parent c7ccca79b3
commit 7a407eb8bb

View file

@ -37,7 +37,7 @@ using TvgFlag = uint8_t;
struct tvgBlock
{
TvgIndicator type;
ByteCounter lenght;
ByteCounter length;
const char* data;
const char* blockEnd;
};