From 72b623bce8c0832c4622fda3889b8454c49a35e0 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Mon, 18 Jul 2022 00:36:27 +0900 Subject: [PATCH] Fix typo in tsdbRead.c (#15027) embeded -> embedded --- src/tsdb/src/tsdbRead.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tsdb/src/tsdbRead.c b/src/tsdb/src/tsdbRead.c index 8fd22e44d2..d5818818bb 100644 --- a/src/tsdb/src/tsdbRead.c +++ b/src/tsdb/src/tsdbRead.c @@ -1865,7 +1865,7 @@ static void mergeTwoRowFromMem(STsdbQueryHandle* pQueryHandle, int32_t capacity, int32_t chosen_itr; void *value; - // the schema version info is embeded in SDataRow + // the schema version info is embedded in SDataRow int32_t numOfColsOfRow1 = 0; if (pSchema1 == NULL) { @@ -4696,4 +4696,4 @@ void tsdbAddScanCallback(TsdbQueryHandleT* queryHandle, readover_callback callba int32_t tsdbTableTid(void* pTable) { STable *p = (STable *)pTable; return p->tableId.tid; -} \ No newline at end of file +} -- GitLab