fix misspelled word (#607)

This commit is contained in:
Kun Fan 2021-11-29 20:23:57 +08:00 committed by GitHub
parent 66d64ac96e
commit f6b446336f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -835,7 +835,7 @@ int ObLogCascadingMgr::process_fetch_reg_server_req(const common::ObAddr& server
assigned_parent_cluster_id = self_cluster_id;
}
} else {
// 1. self is follwer, if own children list is not full, it will become its parent directly.
// 1. self is follower, if own children list is not full, it will become its parent directly.
if (is_request_leader) {
// If the requester thinks I am the leader, I will not respond
ret = OB_NOT_MASTER;