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
ef0fb48f1f
commit
6a497a23d9
18 changed files with 32 additions and 32 deletions
|
@ -1287,7 +1287,7 @@ namespace transport
|
|||
if (it.second->IsTerminationTimeoutExpired (ts))
|
||||
{
|
||||
auto session = it.second;
|
||||
// Termniate modifies m_NTCPSession, so we postpone it
|
||||
// Terminate modifies m_NTCPSession, so we postpone it
|
||||
m_Service.post ([session] {
|
||||
LogPrint (eLogDebug, "NTCP: No activity for ", session->GetTerminationTimeout (), " seconds");
|
||||
session->Terminate ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue