aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/eap_tls/eap_tls.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcharon/plugins/eap_tls/eap_tls.c')
-rw-r--r--src/libcharon/plugins/eap_tls/eap_tls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcharon/plugins/eap_tls/eap_tls.c b/src/libcharon/plugins/eap_tls/eap_tls.c
index 03e0d58fd..dcbbbd4be 100644
--- a/src/libcharon/plugins/eap_tls/eap_tls.c
+++ b/src/libcharon/plugins/eap_tls/eap_tls.c
@@ -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;
}
}