From 69807a34fc08a8b1260ade733ceb52d5099fc0b4 Mon Sep 17 00:00:00 2001 From: Thomas Pornin Date: Fri, 15 Nov 2019 14:58:13 +0100 Subject: [PATCH 1/1] Fixed typo in comment. --- inc/bearssl_ssl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.17.1