diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2010-08-31 21:42:14 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2010-08-31 21:42:14 +0200 |
commit | c3024a08480d77b26c77eb3a005f9c08a3c189bd (patch) | |
tree | d3e2bafeecb39c0fe9f00159ee7a55638dfa2b96 /src | |
parent | 93709d10933990a32a2418b6fb12cccecf0c9ec8 (diff) | |
download | strongswan-c3024a08480d77b26c77eb3a005f9c08a3c189bd.tar.bz2 strongswan-c3024a08480d77b26c77eb3a005f9c08a3c189bd.tar.xz |
fixed typo
Diffstat (limited to 'src')
-rw-r--r-- | src/libtls/tls_fragmentation.c | 2 |
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); |