common: fix typo
authorHermet Park <chuneon.park@samsung.com>
Mon, 7 Jun 2021 08:36:19 +0000 (17:36 +0900)
committerJunsuChoi <jsuya.choi@samsung.com>
Tue, 8 Jun 2021 00:44:03 +0000 (09:44 +0900)
src/lib/tvgTvgHelper.h

index 5d9971e..113a16d 100644 (file)
@@ -37,7 +37,7 @@ using TvgFlag = uint8_t;
 struct tvgBlock
 {
     TvgIndicator type;
-    ByteCounter lenght;
+    ByteCounter length;
     const char* data;
     const char* blockEnd;
 };