summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>2023-09-13 20:50:11 +0200
committerPauli <pauli@openssl.org>2023-09-18 09:04:22 +1000
commit10fe5e29cad9a9dbaeda3cdc7c62470b21dd7d38 (patch)
tree8526cb1d3e8062bf280585d0ff3bb9da31517877 /doc
parent798d69c8670283bdea5c39b03ff573d0c6a6b9fc (diff)
Fix new typos found by codespell
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/22098)
Diffstat (limited to 'doc')
-rw-r--r--doc/man1/openssl-cms.pod.in2
-rw-r--r--doc/man7/ossl-guide-libraries-introduction.pod4
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/man1/openssl-cms.pod.in b/doc/man1/openssl-cms.pod.in
index 50845b772e..a3ef9c0181 100644
--- a/doc/man1/openssl-cms.pod.in
+++ b/doc/man1/openssl-cms.pod.in
@@ -402,7 +402,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>>
diff --git a/doc/man7/ossl-guide-libraries-introduction.pod b/doc/man7/ossl-guide-libraries-introduction.pod
index 78e0853d8e..d54e98cd86 100644
--- a/doc/man7/ossl-guide-libraries-introduction.pod
+++ b/doc/man7/ossl-guide-libraries-introduction.pod
@@ -15,12 +15,12 @@ encryption, digital signatures, hash functions, etc. It additionally supplies
supporting APIs for cryptography related standards, e.g. for reading and writing
digital certificates (also known as X.509 certificates). Finally it also
supplies various additional supporting APIs that are not directly cryptography
-related but are nonetheless useful and dependended upon by other APIs. For
+related but are nonetheless useful and depended upon by other APIs. For
example the "BIO" functions provide capabilities for abstracting I/O, e.g. via a
file or over a network.
The C<libssl> library provides functions to perform secure communication between
-two peers across a network. Most signficiantly it implements support for the
+two peers across a network. Most significantly it implements support for the
SSL/TLS, DTLS and QUIC standards.
The C<libssl> library depends on and uses many of the capabilities supplied by