topology_coordinator: fix misspellings in log

these misspellings are identified by codespell.

Signed-off-by: Kefu Chai <kefu.chai@scylladb.com>

Closes scylladb/scylladb#17006
This commit is contained in:
Kefu Chai
2024-01-26 17:44:37 +08:00
committed by Botond Dénes
parent b92fb3537a
commit fe3bc00045

View File

@@ -1131,7 +1131,7 @@ class topology_coordinator : public endpoint_lifecycle_subscriber {
try {
co_await wait_for_ip(id, _address_map, _as);
} catch (...) {
rtlogger.warn("wait_for_ip failed during cancelation: {}", std::current_exception());
rtlogger.warn("wait_for_ip failed during cancellation: {}", std::current_exception());
}
}
break;
@@ -1771,7 +1771,7 @@ class topology_coordinator : public endpoint_lifecycle_subscriber {
rtbuilder.done();
co_await update_topology_state(take_guard(std::move(node)), {rtbuilder.build()}, "report request completion in left_token_ring sate");
co_await update_topology_state(take_guard(std::move(node)), {rtbuilder.build()}, "report request completion in left_token_ring state");
// Tell the node to shut down.
// This is done to improve user experience when there are no failures.