X-Git-Url: https://www.bearssl.org/gitweb//home/git/?p=BearSSL;a=blobdiff_plain;f=src%2Fssl%2Fssl_engine.c;h=f59fe1a0f1e5bdd9adb8fed23cacb1b8bcca35c6;hp=9c7739e87aeb1d005757857f63b713f91dba1a11;hb=HEAD;hpb=946f5bad7683aa79a9f4fcab760206e2aad8c555 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