We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 946f5ba commit acc70b1Copy full SHA for acc70b1
src/ssl/ssl_engine.c
@@ -1236,7 +1236,7 @@ br_ssl_engine_close(br_ssl_engine_context *cc)
1236
* If we are not already closed, then we need to
1237
* initiate the closure. Once closing, any incoming
1238
* application data is discarded; we should also discard
1239
- * application data which is alreayd there but has not
+ * application data which is already there but has not
1240
* been acknowledged by the application yet (this mimics
1241
* usual semantics on BSD sockets: you cannot read()
1242
* once you called close(), even if there was some
0 commit comments