Fix typos

This commit is contained in:
Dimitris Apostolou 2024-01-04 21:35:25 +02:00
parent c5cab05a6b
commit 577c71b930
No known key found for this signature in database
GPG key ID: 4B5D20E938204A8A
5 changed files with 5 additions and 5 deletions

View file

@ -1234,7 +1234,7 @@ namespace transport
void NTCP2Session::SendLocalRouterInfo (bool update)
{
if (update || !IsOutgoing ()) // we send it in SessionConfirmed for ougoing session
if (update || !IsOutgoing ()) // we send it in SessionConfirmed for outgoing session
m_Server.GetService ().post (std::bind (&NTCP2Session::SendRouterInfo, shared_from_this ()));
}