aboutsummaryrefslogtreecommitdiffstats
path: root/src/libtls
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2010-08-31 21:42:14 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2010-08-31 21:42:14 +0200
commitc3024a08480d77b26c77eb3a005f9c08a3c189bd (patch)
treed3e2bafeecb39c0fe9f00159ee7a55638dfa2b96 /src/libtls
parent93709d10933990a32a2418b6fb12cccecf0c9ec8 (diff)
downloadstrongswan-c3024a08480d77b26c77eb3a005f9c08a3c189bd.tar.bz2
strongswan-c3024a08480d77b26c77eb3a005f9c08a3c189bd.tar.xz
fixed typo
Diffstat (limited to 'src/libtls')
-rw-r--r--src/libtls/tls_fragmentation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libtls/tls_fragmentation.c b/src/libtls/tls_fragmentation.c
index a7b5bcaf6..950d3011c 100644
--- a/src/libtls/tls_fragmentation.c
+++ b/src/libtls/tls_fragmentation.c
@@ -179,7 +179,7 @@ static status_t process_handshake(private_tls_fragmentation_t *this,
if (this->input.len == this->inpos)
{ /* message completely defragmented, process */
msg = tls_reader_create(this->input);
- DBG2(DBG_TLS, "received TLS %N hanshake (%u bytes)",
+ DBG2(DBG_TLS, "received TLS %N handshake (%u bytes)",
tls_handshake_type_names, this->type, this->input.len);
status = this->handshake->process(this->handshake, this->type, msg);
msg->destroy(msg);