This is an automated email from the ASF dual-hosted git repository.

jinrongtong pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git


The following commit(s) were added to refs/heads/develop by this push:
     new fa8f256b5 [ISSUE #6943] fix docs typo in docs/cn/controller/design.md 
#6943
fa8f256b5 is described below

commit fa8f256b50361c401922f0d11b8e26fed2f31ce7
Author: wenbin yao <[email protected]>
AuthorDate: Sun Jun 25 20:20:40 2023 +0800

    [ISSUE #6943] fix docs typo in docs/cn/controller/design.md #6943
---
 docs/cn/controller/design.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/cn/controller/design.md b/docs/cn/controller/design.md
index a8d18dd67..563a624ed 100644
--- a/docs/cn/controller/design.md
+++ b/docs/cn/controller/design.md
@@ -125,7 +125,7 @@ nextTransferFromWhere + size > 
currentTransferEpochEndOffset,则将 selectMapp
 
 - Current state 代表当前的 HAConnectionState,也即 HANDSHAKE。
 
-- Two falgs 是两个状态标志位,其中,isSyncFromLastFile 代表是否要从 Master 
的最后一个文件开始复制,isAsyncLearner 代表该 Slave 是否是异步复制,并以 Learner 的形式接入 Master。
+- Two flags 是两个状态标志位,其中,isSyncFromLastFile 代表是否要从 Master 
的最后一个文件开始复制,isAsyncLearner 代表该 Slave 是否是异步复制,并以 Learner 的形式接入 Master。
 
 - slaveAddressLength 与 slaveAddress 代表了该 Slave 的地址,用于后续加入 SyncStateSet 。
 

Reply via email to