You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by li...@apache.org on 2022/03/29 03:08:40 UTC

[rocketmq-apis] branch v2 updated: Fix typo

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 2ddd5f9  Fix typo
2ddd5f9 is described below

commit 2ddd5f91eb366b81bc354c867d219a2d45166238
Author: Li Zhanhui <li...@gmail.com>
AuthorDate: Tue Mar 29 03:08:32 2022 +0000

    Fix typo
---
 apache/rocketmq/v2/definition.proto | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apache/rocketmq/v2/definition.proto b/apache/rocketmq/v2/definition.proto
index bde2ce9..cd19a27 100644
--- a/apache/rocketmq/v2/definition.proto
+++ b/apache/rocketmq/v2/definition.proto
@@ -460,7 +460,7 @@ enum Code {
 
   // Code means that the server or client does not support the functionality
   // required to fulfill the request.
-  NOT_IMPELEMENTED = 501;
+  NOT_IMPLEMENTED = 501;
 
   // Code indicates that the server, while acting as a gateway or proxy,
   // did not get a response in time from the upstream server that