From f60a96a2b4500ceb3bc108969021e85d91ca046b Mon Sep 17 00:00:00 2001 From: Neil Horman Date: Wed, 22 Jan 2025 08:37:15 -0500 Subject: [PATCH] Fix more typos MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Reviewed-by: Matt Caswell Reviewed-by: Tomas Mraz Reviewed-by: Saša Nedvědický (Merged from https://github.com/openssl/openssl/pull/26361) --- doc/man3/SSL_CTX_set_new_pending_conn_cb.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.2