Correct typo in mbedtls_ssl_flight_transmit()
diff --git a/library/ssl_tls.c b/library/ssl_tls.c
index ccd7399..ceea17f 100644
--- a/library/ssl_tls.c
+++ b/library/ssl_tls.c
@@ -3037,7 +3037,7 @@
MBEDTLS_SSL_DEBUG_BUF( 3, "handshake header", ssl->out_msg, 12 );
- /* Copy the handshame message content and set records fields */
+ /* Copy the handshake message content and set records fields */
memcpy( ssl->out_msg + 12, p, cur_hs_frag_len );
ssl->out_msglen = cur_hs_frag_len + 12;
ssl->out_msgtype = cur->type;