]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Fix more typos
authorNeil Horman <nhorman@openssl.org>
Wed, 22 Jan 2025 13:37:15 +0000 (08:37 -0500)
committerNeil Horman <nhorman@openssl.org>
Mon, 17 Feb 2025 16:27:33 +0000 (11:27 -0500)
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)

doc/man3/SSL_CTX_set_new_pending_conn_cb.pod

index eb62efac3b5f5baf6678e9eb911844ac63b9cace..828a91d56c9984697008e0fd99b1f70832266a5d 100644 (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