From 21089b302c9aa606bbe86f4ba5be232b2ecb6b65 Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Sun, 21 Jul 2024 11:37:03 +0200 Subject: [PATCH] Fix typos found by codespell in openssl-3.3 doc Reviewed-by: Kurt Roeckx Reviewed-by: Paul Yang (Merged from https://github.com/openssl/openssl/pull/24950) (cherry picked from commit 4b86dbb596c179b519dfb7ceb7e1d223556442c5) --- doc/man3/OSSL_DECODER_CTX_new_for_pkey.pod | 2 +- doc/man3/SSL_CTX_set_alpn_select_cb.pod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/man3/OSSL_DECODER_CTX_new_for_pkey.pod b/doc/man3/OSSL_DECODER_CTX_new_for_pkey.pod index 4b4443777ad70..80f1d72cf1bdb 100644 --- a/doc/man3/OSSL_DECODER_CTX_new_for_pkey.pod +++ b/doc/man3/OSSL_DECODER_CTX_new_for_pkey.pod @@ -82,7 +82,7 @@ choice of preferred pass phrase callback form. These are called indirectly, through an internal L function. The internal L function caches the pass phrase, to -be re-used in all decodings that are performed in the same decoding run (for +be reused in all decodings that are performed in the same decoding run (for example, within one L call). =head2 Input Types diff --git a/doc/man3/SSL_CTX_set_alpn_select_cb.pod b/doc/man3/SSL_CTX_set_alpn_select_cb.pod index a29557dd91d49..433fe994f7551 100644 --- a/doc/man3/SSL_CTX_set_alpn_select_cb.pod +++ b/doc/man3/SSL_CTX_set_alpn_select_cb.pod @@ -80,7 +80,7 @@ least one valid (nonempty) protocol entry in the list. The SSL_select_next_proto() helper function can be useful from either the ALPN callback or the NPN callback (described below). If no match is found, the first item in B, B is returned in B, B and -B is returned. This can be useful when implementating +B is returned. This can be useful when implementing the NPN callback. In the ALPN case, the value returned in B and B must be ignored if B has been returned from SSL_select_next_proto().