From: Neil Horman Date: Wed, 22 Jan 2025 13:37:15 +0000 (-0500) Subject: Fix more typos X-Git-Tag: openssl-3.5.0-alpha1~256 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f60a96a2b4500ceb3bc108969021e85d91ca046b;p=thirdparty%2Fopenssl.git Fix more typos Reviewed-by: Matt Caswell Reviewed-by: Tomas Mraz Reviewed-by: Saša Nedvědický (Merged from https://github.com/openssl/openssl/pull/26361) --- diff --git a/doc/man3/SSL_CTX_set_new_pending_conn_cb.pod b/doc/man3/SSL_CTX_set_new_pending_conn_cb.pod index eb62efac3b5..828a91d56c9 100644 --- a/doc/man3/SSL_CTX_set_new_pending_conn_cb.pod +++ b/doc/man3/SSL_CTX_set_new_pending_conn_cb.pod @@ -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