[ISSUE #7124] Fix the typos in the code comments (#7125)

This commit is contained in:
mxsm
2023-08-23 08:34:56 +08:00
committed by GitHub
parent 744167bd01
commit bdede35db3
@@ -234,7 +234,7 @@ public class ReplyMessageProcessor extends AbstractSendMessageProcessor {
} else {
response.setCode(ResponseCode.SUCCESS);
response.setRemark(null);
//set to zore to avoid client decoding exception
//set to zero to avoid client decoding exception
responseHeader.setMsgId("0");
responseHeader.setQueueId(queueIdInt);
responseHeader.setQueueOffset(0L);