From: Thomas Pornin Date: Thu, 30 Jan 2020 23:17:23 +0000 (+0100) Subject: Typo fix in comment. X-Git-Url: https://www.bearssl.org/gitweb//home/git/?p=BearSSL;a=commitdiff_plain;h=acc70b1be60a6f321e2da618cd35d901b1a598a4;hp=946f5bad7683aa79a9f4fcab760206e2aad8c555;ds=sidebyside Typo fix in comment. --- diff --git a/src/ssl/ssl_engine.c b/src/ssl/ssl_engine.c index 9c7739e..f59fe1a 100644 --- a/src/ssl/ssl_engine.c +++ b/src/ssl/ssl_engine.c @@ -1236,7 +1236,7 @@ br_ssl_engine_close(br_ssl_engine_context *cc) * If we are not already closed, then we need to * initiate the closure. Once closing, any incoming * application data is discarded; we should also discard - * application data which is alreayd there but has not + * application data which is already there but has not * been acknowledged by the application yet (this mimics * usual semantics on BSD sockets: you cannot read() * once you called close(), even if there was some