1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-02-07 07:44:13 +00:00

Merge pull request #190 from multikatt/patch-1

typo: Gralic -> Garlic
This commit is contained in:
orignal 2015-05-09 19:28:22 -04:00
commit 53affa3303

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;
}
}