diff --git a/src/mnode/src/mnodeTable.c b/src/mnode/src/mnodeTable.c index 85fe63dca79b380c4345efdf3a236040b57ea405..db822c2b43b37c87cd5db5bd4f0a2d4caea9b03c 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; } }