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
aead9db971
commit
73b9c0302b
8 changed files with 15 additions and 15 deletions
|
@ -259,7 +259,7 @@ namespace client
|
|||
void I2PUDPClientTunnel::HandleRecvFromLocal (const boost::system::error_code & ec, std::size_t transferred)
|
||||
{
|
||||
if (m_cancel_resolve) {
|
||||
LogPrint (eLogDebug, "UDP Client: Ignoring incomming data: stopping");
|
||||
LogPrint (eLogDebug, "UDP Client: Ignoring incoming data: stopping");
|
||||
return;
|
||||
}
|
||||
if (ec) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue