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

@ -1389,7 +1389,7 @@ namespace transport
excluded.insert (ident);
}
// sesssion about to expire are not counted
// session about to expire are not counted
for (auto i = introducers.size (); i < SSU2_MAX_NUM_INTRODUCERS + numOldSessions; i++)
{
auto introducer = i2p::data::netdb.GetRandomSSU2Introducer (v4, excluded);