Fix typos

This commit is contained in:
Dimitris Apostolou 2021-11-12 18:33:51 +02:00
parent 4052b1ea6d
commit 8ee9c437e1
No known key found for this signature in database
GPG key ID: 4B5D20E938204A8A
13 changed files with 17 additions and 17 deletions

View file

@ -1261,7 +1261,7 @@ namespace data
return it->second;
it++;
}
// still not found, try from the begining
// still not found, try from the beginning
it = m_RouterInfos.begin ();
while (it != it1 && it != m_RouterInfos.end ())
{
@ -1269,7 +1269,7 @@ namespace data
return it->second;
it++;
}
// still not found, try to the begining
// still not found, try to the beginning
it = it2;
while (it != m_RouterInfos.end ())
{