Correct typo
diff --git a/library/ssl_tls.c b/library/ssl_tls.c
index 661ae70..228f97d 100644
--- a/library/ssl_tls.c
+++ b/library/ssl_tls.c
@@ -7100,7 +7100,7 @@
  *
  * 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,