Typo fix in comment.
authorThomas Pornin <pornin@bolet.org>
Thu, 30 Jan 2020 23:17:23 +0000 (00:17 +0100)
committerThomas Pornin <pornin@bolet.org>
Thu, 30 Jan 2020 23:17:23 +0000 (00:17 +0100)
src/ssl/ssl_engine.c

index 9c7739e..f59fe1a 100644 (file)
@@ -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