fixed typo

This commit is contained in:
Andreas Steffen 2010-08-06 22:18:22 +02:00
parent a6444fcdd4
commit a622c6d019
1 changed files with 1 additions and 1 deletions

View File

@ -358,7 +358,7 @@ METHOD(eap_method_t, process, status_t,
}
else if (this->input.len != this->inpos)
{
DBG1(DBG_IKE, "defragemented TLS message has invalid length");
DBG1(DBG_IKE, "defragmented TLS message has invalid length");
return FAILED;
}
}