Skip to content

Commit acc70b1

Browse files
committed
Typo fix in comment.
1 parent 946f5ba commit acc70b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ssl/ssl_engine.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1236,7 +1236,7 @@ br_ssl_engine_close(br_ssl_engine_context *cc)
12361236
* If we are not already closed, then we need to
12371237
* initiate the closure. Once closing, any incoming
12381238
* application data is discarded; we should also discard
1239-
* application data which is alreayd there but has not
1239+
* application data which is already there but has not
12401240
* been acknowledged by the application yet (this mimics
12411241
* usual semantics on BSD sockets: you cannot read()
12421242
* once you called close(), even if there was some

0 commit comments

Comments
 (0)