This is an automated email from the ASF dual-hosted git repository.
lizhanhui pushed a commit to branch v2
in repository https://gitbox.apache.org/repos/asf/rocketmq-apis.git
The following commit(s) were added to refs/heads/v2 by this push:
new b9dbfca Typo fix
b9dbfca is described below
commit b9dbfca3ea2df8a7660dee81fb35e9634ffb5a46
Author: Li Zhanhui <[email protected]>
AuthorDate: Tue Apr 19 08:38:32 2022 +0000
Typo fix
---
apache/rocketmq/v2/service.proto | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apache/rocketmq/v2/service.proto b/apache/rocketmq/v2/service.proto
index c180515..a6245eb 100644
--- a/apache/rocketmq/v2/service.proto
+++ b/apache/rocketmq/v2/service.proto
@@ -107,7 +107,7 @@ message AckMessageResultEntry {
// Acknowledge result may be acquired through inspecting
// `status.code`; In case acknowledgement failed, `status.message`
- // is the explanation of for the failure.
+ // is the explanation of the failure.
Status status = 3;
}