diff options
author | Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> | 2023-05-09 09:06:40 +0200 |
---|---|---|
committer | Pauli <pauli@openssl.org> | 2023-06-15 02:11:46 +0200 |
commit | eb4129e12cdf7fe64b3ce352f539e3dbeb1b1321 (patch) | |
tree | 70ffce338d4927b9053db6c3b7b8e16af9e9b681 /doc/designs/quic-design/quic-requirements.md | |
parent | fips: update DSA security check to fix legacy verify strengths (diff) | |
download | openssl-eb4129e12cdf7fe64b3ce352f539e3dbeb1b1321.tar.xz openssl-eb4129e12cdf7fe64b3ce352f539e3dbeb1b1321.zip |
Fix typos found by codespell
Typos in doc/man* will be fixed in a different commit.
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20910)
Diffstat (limited to 'doc/designs/quic-design/quic-requirements.md')
-rw-r--r-- | doc/designs/quic-design/quic-requirements.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/designs/quic-design/quic-requirements.md b/doc/designs/quic-design/quic-requirements.md index 6b12b42597..c8aeedc7b7 100644 --- a/doc/designs/quic-design/quic-requirements.md +++ b/doc/designs/quic-design/quic-requirements.md @@ -120,7 +120,7 @@ Additional OTC analysis An OTC document provided the following analysis. -There are differents types of application that we need to cater for: +There are different types of application that we need to cater for: * Simple clients that just do basic SSL_read/SSL_write or BIO_read/BIO_write interactions. We want to be able to enable them to transfer to using single |