fix typos

This commit is contained in:
Dimitris Apostolou 2025-08-20 17:49:45 +03:00
parent 2a48d58549
commit b00001752b
No known key found for this signature in database
GPG key ID: 4B5D20E938204A8A
3 changed files with 3 additions and 3 deletions

View file

@ -843,7 +843,7 @@ namespace garlic
if (m_State == eSessionStateNewSessionSent)
{
m_State = eSessionStateEstablished;
// don't delete m_EpehemralKey and m_PQKeys because delayd NSR's migth come
// don't delete m_EpehemralKey and m_PQKeys because delayed NSR's might come
// done in CleanupReceiveNSRKeys called from NSR tagset destructor
m_SessionCreatedTimestamp = i2p::util::GetSecondsSinceEpoch ();
GetOwner ()->AddECIESx25519Session (m_RemoteStaticKey, shared_from_this ());