From 095e430e37d0eff479d972dcc86e528ed1aea4b6 Mon Sep 17 00:00:00 2001 From: happyhust Date: Tue, 26 Oct 2021 19:34:17 +0800 Subject: [PATCH] fixed #266 ob_election_group_id.cpp with misspelled word (#410) --- src/election/ob_election_group_id.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/election/ob_election_group_id.cpp b/src/election/ob_election_group_id.cpp index 69c575d477..0e3719c01f 100644 --- a/src/election/ob_election_group_id.cpp +++ b/src/election/ob_election_group_id.cpp @@ -29,7 +29,7 @@ int ObElectionGroupId::init(const ObAddr& server, const int64_t create_time) int ret = OB_SUCCESS; if (OB_INVALID_TIMESTAMP == create_time) { ret = OB_INVALID_ARGUMENT; - ELECT_ASYNC_LOG(WARN, "invalid arguemnt", K(ret), K(server), K(create_time)); + ELECT_ASYNC_LOG(WARN, "invalid argument", K(ret), K(server), K(create_time)); } else { server_ = server; create_time_ = create_time; -- GitLab