Fix typos

This commit is contained in:
Dimitris Apostolou 2024-12-06 17:11:31 +02:00
parent 13604ccbb6
commit 226257aa71
No known key found for this signature in database
GPG key ID: 4B5D20E938204A8A
11 changed files with 14 additions and 14 deletions

View file

@ -879,7 +879,7 @@ namespace client
if (!remoteSession || !m_Destination->SendMsg (buf + offset, payloadLen, remoteSession, nonce))
{
i2p::data::IdentHash identHash;
SHA256(ident, identSize, identHash); // caclulate ident hash, because we don't need full identity
SHA256(ident, identSize, identHash); // calculate ident hash, because we don't need full identity
m_Destination->SendMsgTo (buf + offset, payloadLen, identHash, nonce);
}
}