Fix typos

This commit is contained in:
Dimitris Apostolou
2024-12-06 17:11:31 +02:00
parent 13604ccbb6
commit 226257aa71
11 changed files with 14 additions and 14 deletions

View File

@@ -86,7 +86,7 @@ namespace client
}
else
{
LogPrint(eLogWarning, "UDPServer: Session with from ", remotePort, " and to ", localPort, " ports already exists. But from differend address. Removed");
LogPrint(eLogWarning, "UDPServer: Session with from ", remotePort, " and to ", localPort, " ports already exists. But from different address. Removed");
m_Sessions.erase (it);
}
}