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
4052b1ea6d
commit
8ee9c437e1
13 changed files with 17 additions and 17 deletions
|
@ -102,7 +102,7 @@ namespace stream
|
|||
LogPrint (eLogDebug, "Streaming: Stream deleted");
|
||||
}
|
||||
|
||||
void Stream::Terminate (bool deleteFromDestination) // shoudl be called from StreamingDestination::Stop only
|
||||
void Stream::Terminate (bool deleteFromDestination) // should be called from StreamingDestination::Stop only
|
||||
{
|
||||
m_Status = eStreamStatusTerminated;
|
||||
m_AckSendTimer.cancel ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue