fix typos

This commit is contained in:
Dimitris Apostolou 2025-08-20 17:49:45 +03:00
parent 2a48d58549
commit b00001752b
No known key found for this signature in database
GPG key ID: 4B5D20E938204A8A
3 changed files with 3 additions and 3 deletions

View file

@ -880,7 +880,7 @@ namespace client
Connect (stream);
else if (!Resolve (stream))
{
LogPrint (eLogWarning, "I2PTunnel: Address ", m_Address, " cann't be resolved. Incoming connection dropped");
LogPrint (eLogWarning, "I2PTunnel: Address ", m_Address, " can't be resolved. Incoming connection dropped");
stream->Close ();
return;
}