mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
fix typo
This commit is contained in:
parent
00c71dc26a
commit
52f3081a40
16 changed files with 24 additions and 24 deletions
|
@ -377,7 +377,7 @@ namespace client
|
|||
}
|
||||
numAddresses++;
|
||||
auto it = m_Addresses.find (name);
|
||||
if (it != m_Addresses.end ()) // aleady exists ?
|
||||
if (it != m_Addresses.end ()) // already exists ?
|
||||
{
|
||||
if (it->second != ident->GetIdentHash ()) // address changed?
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue