Fix typos found by codespell in openssl-3.1
authorDimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>
Mon, 11 Sep 2023 11:35:27 +0000 (13:35 +0200)
committerTomas Mraz <tomas@openssl.org>
Wed, 13 Sep 2023 06:14:15 +0000 (08:14 +0200)
Only modify doc/man* in the openssl-3.1 branch.

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22065)

doc/man1/openssl-cms.pod.in
doc/man3/EVP_MAC.pod
doc/man3/EVP_SIGNATURE.pod
doc/man3/OSSL_CMP_CTX_new.pod
doc/man3/SSL_new.pod
doc/man5/x509v3_config.pod

index c63a7f330ba63600764c814bd8ff10d2f73c09d5..a97eea0d7155be8d148d969c6fef71de7bb27c8d 100644 (file)
@@ -391,7 +391,7 @@ option.
 =item I<recipient-cert> ...
 
 This is an alternative to using the B<-recip> option when encrypting a message.
-One or more certificate filennames may be given.
+One or more certificate filenames may be given.
 
 =item B<-I<cipher>>
 
index 11140a63bf9d1401f73a5c108e138d73f5054835..7e58d59255813db6b8b1a0bf5f9657426d72833c 100644 (file)
@@ -181,7 +181,7 @@ EVP_MAC_CTX_set_params() passes chosen parameters to the underlying
 context, given a context I<ctx>.
 The set of parameters given with I<params> determine exactly what
 parameters are passed down.
-If I<params> are NULL, the unterlying context should do nothing and return 1.
+If I<params> are NULL, the underlying context should do nothing and return 1.
 Note that a parameter that is unknown in the underlying context is
 simply ignored.
 Also, what happens when a needed parameter isn't passed down is
index 7587a2f54312e218ab5bfbfcadeed35c3cc3e434..8b44f883eb35066baa13cbe6d3d16e709b4d85a6 100644 (file)
@@ -61,7 +61,7 @@ EVP_SIGNATURE_get0_provider() returns the provider that I<signature> was
 fetched from.
 
 EVP_SIGNATURE_do_all_provided() traverses all SIGNATURE implemented by all
-activated roviders in the given library context I<libctx>, and for each of the
+activated providers in the given library context I<libctx>, and for each of the
 implementations, calls the given function I<fn> with the implementation method
 and the given I<arg> as argument.
 
index e81fb08b00d613ae516fd277b9ef34c2530bab92..41d334887f78ca9b50b58c83ff9ee13d7997278c 100644 (file)
@@ -182,7 +182,7 @@ clearing the internal CMP transaction (aka session) status, PKIStatusInfo,
 and any previous results (newCert, newChain, caPubs, and extraCertsIn)
 from the last executed transaction.
 It also clears any ITAVs that were added by OSSL_CMP_CTX_push0_genm_ITAV().
-All other field values (i.e., CMP options) are retained for potential re-use.
+All other field values (i.e., CMP options) are retained for potential reuse.
 
 OSSL_CMP_CTX_set_option() sets the given value for the given option
 (e.g., OSSL_CMP_OPT_IMPLICIT_CONFIRM) in the given OSSL_CMP_CTX structure.
index 59d275523f98e7d018e4abca5302192e0373980a..f9b8678246e95c1558e82a544ac7c9854b8238ff 100644 (file)
@@ -35,7 +35,7 @@ MUST NOT have yet started the SSL handshake.  For connections that are not in
 their initial state SSL_dup() just increments an internal
 reference count and returns the I<same> handle.  It may be possible to
 use L<SSL_clear(3)> to recycle an SSL handle that is not in its initial
-state for re-use, but this is best avoided.  Instead, save and restore
+state for reuse, but this is best avoided.  Instead, save and restore
 the session, if desired, and construct a fresh handle for each connection.
 
 The subset of settings in I<s> that are duplicated are:
index 1830092394bc906ff76263eef257f122933dde4a..fe24cb3456aca2de9d2882c63be8814607ae6016 100644 (file)
@@ -93,7 +93,7 @@ numeric identifier, as shown here:
  email.2 = steve@example.org
 
 The syntax of raw extensions is defined by the source code that parses
-the extension but should be documened.
+the extension but should be documented.
 See L</Certificate Policies> for an example of a raw extension.
 
 If an extension type is unsupported, then the I<arbitrary> extension syntax