Skip to content

Commit

Permalink
[ISSUE #7124]Fix the typos in the code comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mxsm committed Aug 10, 2023
1 parent 8741ff8 commit 0663028
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ private void handlePushReplyResult(PushReplyResult pushReplyResult, final Remoti
} 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);
Expand Down

0 comments on commit 0663028

Please sign in to comment.