Fix more typos

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26361)
This commit is contained in:
Neil Horman 2025-01-22 08:37:15 -05:00
parent 3e124f4bdd
commit f60a96a2b4

View File

@ -47,9 +47,9 @@ into consideration when writing an application.
QUIC connections may begin processing prior to when an application calls
SSL_accept_connection() on them. As such, it may occur that callbacks are
delivered to appliations' registered TLS callbacks prior to those SSL objects
delivered to applications' registered TLS callbacks prior to those SSL objects
being returned in SSL_accept_connection(). Applications should expect this
possibility
possibility.
In particular no references should be held on SSL objects passed to callbacks
for QUIC connections until such time as they are returned through a call to