From c3024a08480d77b26c77eb3a005f9c08a3c189bd Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Tue, 31 Aug 2010 21:42:14 +0200 Subject: fixed typo --- src/libtls/tls_fragmentation.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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); -- cgit v1.2.3