From acc70b1be60a6f321e2da618cd35d901b1a598a4 Mon Sep 17 00:00:00 2001 From: Thomas Pornin Date: Fri, 31 Jan 2020 00:17:23 +0100 Subject: [PATCH 1/1] Typo fix in comment. --- src/ssl/ssl_engine.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.17.1