diff --git a/source/common/src/tmsg.c b/source/common/src/tmsg.c index b4945da699bed49ccced499bbc0b86d881e6754f..fdfa2b2bcec707223c466e40252e975ef8638677 100644 --- a/source/common/src/tmsg.c +++ b/source/common/src/tmsg.c @@ -1746,7 +1746,7 @@ int32_t tDeserializeSCreateFuncReq(void *buf, int32_t bufLen, SCreateFuncReq *pR if (tDecodeCStrTo(&decoder, pReq->pComment) < 0) return -1; } - if (tDecoodeI8(&decoder, &pReq->orReplace) < 0) return -1; + if (tDecodeI8(&decoder, &pReq->orReplace) < 0) return -1; tEndDecode(&decoder);