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:
Kefu Chai
2024-12-20 14:09:10 +08:00
committed by Nadav Har'El
parent 03461d6a54
commit cd2a2bd021

View File

@@ -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.