From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Sun, 21 Jul 2024 09:37:03 +0000 (+0200) Subject: Fix typos found by codespell in openssl-3.3 doc X-Git-Tag: openssl-3.1.7~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21089b302c9aa606bbe86f4ba5be232b2ecb6b65;p=thirdparty%2Fopenssl.git 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) --- diff --git a/doc/man3/OSSL_DECODER_CTX_new_for_pkey.pod b/doc/man3/OSSL_DECODER_CTX_new_for_pkey.pod index 4b4443777ad..80f1d72cf1b 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 a29557dd91d..433fe994f75 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().