Browse Source

typo: Gralic -> Garlic

pull/190/head
David 10 years ago
parent
commit
ec772c5d46
  1. 2
      Garlic.cpp

2
Garlic.cpp

@ -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…
Cancel
Save