mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-23 17:36:37 +02:00
typo: Gralic -> Garlic
This commit is contained in:
parent
7b5a7e10a9
commit
ec772c5d46
1 changed files with 1 additions and 1 deletions
|
@ -521,7 +521,7 @@ namespace garlic
|
||||||
buf += 3; // Certificate
|
buf += 3; // Certificate
|
||||||
if (buf - buf1 > (int)len)
|
if (buf - buf1 > (int)len)
|
||||||
{
|
{
|
||||||
LogPrint (eLogError, "Gralic clove is too long");
|
LogPrint (eLogError, "Garlic clove is too long");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue