fixed typo

This commit is contained in:
Andreas Steffen
2010-08-07 11:26:04 +02:00
parent a6444fcdd4
commit a622c6d019
+1 -1
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;
}
}