mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
Fix typos
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user