summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>2024-03-31 10:34:08 +0200
committerTomas Mraz <tomas@openssl.org>2024-04-10 09:35:22 +0200
commit3f66fb4817dcdb921f31013b19b0a9f8c7f55955 (patch)
tree1b9f44496a6808607ea89375aa068b7f4e059f8f
parentbade67dd08df3d4bba377c2a4548eac82df05325 (diff)
Fix typos found by codespell in openssl-3.3 doc
Reviewed-by: Todd Short <todd.short@me.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/24014)
-rw-r--r--doc/man1/openssl-cmp.pod.in2
-rw-r--r--doc/man3/OSSL_CMP_MSG_get0_header.pod2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/man1/openssl-cmp.pod.in b/doc/man1/openssl-cmp.pod.in
index 596a399193..f9f33db569 100644
--- a/doc/man1/openssl-cmp.pod.in
+++ b/doc/man1/openssl-cmp.pod.in
@@ -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.
diff --git a/doc/man3/OSSL_CMP_MSG_get0_header.pod b/doc/man3/OSSL_CMP_MSG_get0_header.pod
index fc45a55175..f8f535f30b 100644
--- a/doc/man3/OSSL_CMP_MSG_get0_header.pod
+++ b/doc/man3/OSSL_CMP_MSG_get0_header.pod
@@ -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.