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

@ -301,7 +301,7 @@ namespace tunnel
{
for (auto it: m_OutboundTunnels)
{
// try to create inbound tunnel through the same path as succesive outbound
// try to create inbound tunnel through the same path as successive outbound
CreatePairedInboundTunnel (it);
num++;
if (num >= m_NumInboundTunnels) break;