Fix typos

This commit is contained in:
Dimitris Apostolou
2024-01-04 21:35:25 +02:00
parent c5cab05a6b
commit 577c71b930
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;