mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
Fix typos
This commit is contained in:
parent
c5cab05a6b
commit
577c71b930
5 changed files with 5 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue