X-Git-Url: https://bearssl.org/gitweb//home/git/?p=BearSSL;a=blobdiff_plain;f=inc%2Fbearssl_ssl.h;h=e91df47556905512f8c8850a27e280c384d8b149;hp=f2ecc3782828bb54a18e625b72db46aefb061c5b;hb=dda1f8a0c46e15b4a235163470ff700b2f13dcc5;hpb=2893441f2efd4603ddd6d7f49011bdda096a4a87 diff --git a/inc/bearssl_ssl.h b/inc/bearssl_ssl.h index f2ecc37..e91df47 100644 --- a/inc/bearssl_ssl.h +++ b/inc/bearssl_ssl.h @@ -2102,7 +2102,7 @@ void br_ssl_engine_sendapp_ack(br_ssl_engine_context *cc, size_t len); /** * \brief Get buffer for received application data. * - * If the engine has received application data from the peer, hen this + * If the engine has received application data from the peer, then this * call returns a pointer to the buffer from where such data shall be * read, and its length is written in `*len`. Otherwise, `*len` is set * to 0 and `NULL` is returned.