Correct typo

This commit is contained in:
Hanno Becker 2017-09-18 14:58:11 +01:00
parent 09930d1f01
commit 2b187c4d5f

View file

@ -7100,7 +7100,7 @@ static int ssl_write_real( mbedtls_ssl_context *ssl,
*
* With non-blocking I/O, ssl_write_real() may return WANT_WRITE,
* then the caller will call us again with the same arguments, so
* remember wether we already did the split or not.
* remember whether we already did the split or not.
*/
#if defined(MBEDTLS_SSL_CBC_RECORD_SPLITTING)
static int ssl_write_split( mbedtls_ssl_context *ssl,