commit | 513815a38dd3e864531456d9537298de8b32d7ce | [log] [tgz] |
---|---|---|
author | Hanno Becker <hanno.becker@arm.com> | Mon Aug 20 11:56:09 2018 +0100 |
committer | Hanno Becker <hanno.becker@arm.com> | Mon Aug 20 11:56:09 2018 +0100 |
tree | 755edb85a896e062e05a44193c0c0f0050d2e4bc | |
parent | e1dcb0355743aab27b3e538ebf9eda53f4f9ef61 [diff] [blame] |
Fix typo in debugging output
diff --git a/library/ssl_tls.c b/library/ssl_tls.c index cc47058..05a2a9f 100644 --- a/library/ssl_tls.c +++ b/library/ssl_tls.c
@@ -3388,7 +3388,7 @@ flush = SSL_FORCE_FLUSH; else { - MBEDTLS_SSL_DEBUG_MSG( 2, ( "Stil %u bytes available in current datagram", (unsigned) remaining ) ); + MBEDTLS_SSL_DEBUG_MSG( 2, ( "Still %u bytes available in current datagram", (unsigned) remaining ) ); } } #endif /* MBEDTLS_SSL_PROTO_DTLS */