1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-03-09 20:51:04 +00:00

typo: Gralic -> Garlic

This commit is contained in:
David 2015-05-09 19:25:11 -04:00
parent 7b5a7e10a9
commit ec772c5d46

View File

@ -521,7 +521,7 @@ namespace garlic
buf += 3; // Certificate
if (buf - buf1 > (int)len)
{
LogPrint (eLogError, "Gralic clove is too long");
LogPrint (eLogError, "Garlic clove is too long");
break;
}
}