]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Fix typos found by codespell in openssl-3.3 doc
authorDimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>
Sun, 31 Mar 2024 08:34:08 +0000 (10:34 +0200)
committerTomas Mraz <tomas@openssl.org>
Wed, 10 Apr 2024 07:35:22 +0000 (09:35 +0200)
Reviewed-by: Todd Short <todd.short@me.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24014)

doc/man1/openssl-cmp.pod.in
doc/man3/OSSL_CMP_MSG_get0_header.pod

index 596a3991938b125e64547f07cef6f387812221a5..f9f33db569f7341f45c708eef14d470cc618e0c7 100644 (file)
@@ -1044,7 +1044,7 @@ If the transaction contains more requests, the remaining ones are not saved.
 =item B<-reqout_only> I<filename>
 
 Save the first CMP requests created by the client to the given file and exit.
-Any options related to CMP servers and their reponses are ignored.
+Any options related to CMP servers and their responses are ignored.
 
 This option is useful for supporting offline scenarios where the certificate
 request (or any other CMP request) is produced beforehand and sent out later.
index fc45a55175134b863df564aea033bccc9e89fa48..f8f535f30b0264a9565089f3410771f4b7c59453 100644 (file)
@@ -36,7 +36,7 @@ OSSL_CMP_MSG_get0_header() returns the header of the given CMP message.
 OSSL_CMP_MSG_get_bodytype() returns the body type of the given CMP message.
 
 OSSL_CMP_MSG_get0_certreq_publickey() expects that I<msg> is a certificate request
-messsage and returns the public key in its certificate template if present.
+message and returns the public key in its certificate template if present.
 
 OSSL_CMP_MSG_update_transactionID() updates the transactionID field
 in the header of the given message according to the CMP_CTX.