From 6d659815bedd2c74ba6ac4e23acfef1655173525 Mon Sep 17 00:00:00 2001 From: Haojun Liao Date: Sat, 29 May 2021 19:32:00 +0800 Subject: [PATCH] [td-255] fix typo --- src/mnode/src/mnodeTable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mnode/src/mnodeTable.c b/src/mnode/src/mnodeTable.c index 85fe63dca7..db822c2b43 100644 --- a/src/mnode/src/mnodeTable.c +++ b/src/mnode/src/mnodeTable.c @@ -2927,7 +2927,7 @@ static int32_t mnodeProcessMultiTableMetaMsg(SMnodeMsg *pMsg) { pMultiMeta->contLen += pMeta->contLen; } else { // ignore error and continue. - // Ttherwise the client may found that the responding message is inconsistent. + // Otherwise the client may found that the responding message is inconsistent. // goto _end; } } -- GitLab