Style: Correct typo in ssl-tls.c
diff --git a/library/ssl_tls.c b/library/ssl_tls.c
index 38d9d02..c123c7a 100644
--- a/library/ssl_tls.c
+++ b/library/ssl_tls.c
@@ -3280,7 +3280,7 @@
         }
 #endif /* MBEDTLS_SSL_PROTO_DTLS */
 
-        /* Update running hashes of hanshake messages seen */
+        /* Update running hashes of handshake messages seen */
         if( hs_type != MBEDTLS_SSL_HS_HELLO_REQUEST )
             ssl->handshake->update_checksum( ssl, ssl->out_msg, ssl->out_msglen );
     }