repair: correct misspelling of "corespondent"
replace "corespondent" with "corresponding" in a logging message. Signed-off-by: Kefu Chai <kefu.chai@scylladb.com> Closes scylladb/scylladb#22003
This commit is contained in:
@@ -293,7 +293,7 @@ static std::vector<locator::host_id> get_neighbors(
|
||||
// If same host is listed twice, don't add it again later
|
||||
neighbor_set.erase(*endpoint);
|
||||
} else {
|
||||
rlogger.warn("Provided host ip {} has no corespondent host id", ip);
|
||||
rlogger.warn("Provided host ip {} has no corresponding host id", ip);
|
||||
}
|
||||
}
|
||||
// Nodes which aren't neighbors for this range are ignored.
|
||||
|
||||
Reference in New Issue
Block a user