lint: fix codespell and lint-spelling

This commit is contained in:
Byron Hambly 2025-08-08 13:21:18 +02:00
parent 232b3e78a2
commit 95503abe8c
No known key found for this signature in database
GPG key ID: DE8F6EA20A661697
9 changed files with 10 additions and 8 deletions

View file

@ -3644,7 +3644,7 @@ void PeerManagerImpl::ProcessMessage(CNode& pfrom, const std::string& msg_type,
return;
}
// Log succesful connections unconditionally for outbound, but not for inbound as those
// Log successful connections unconditionally for outbound, but not for inbound as those
// can be triggered by an attacker at high rate.
if (!pfrom.IsInboundConn() || LogAcceptCategory(BCLog::NET, BCLog::Level::Debug)) {
const auto mapped_as{m_connman.GetMappedAS(pfrom.addr)};