summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>2023-06-15 08:36:35 +0200
committerPauli <pauli@openssl.org>2023-06-18 16:53:09 +1000
commit6ea4da6e4d03cd9591805e166cfd94a374c33628 (patch)
treeb96d170dea13d0875147923b0df48c18072af842 /doc
parent6c0ecc2bce64cc86948a51f80f832b5e48a9ebea (diff)
Fix new typos found by codespell
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21210)
Diffstat (limited to 'doc')
-rw-r--r--doc/designs/quic-design/error-handling.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/designs/quic-design/error-handling.md b/doc/designs/quic-design/error-handling.md
index 070304bec4..f7c0a0ca95 100644
--- a/doc/designs/quic-design/error-handling.md
+++ b/doc/designs/quic-design/error-handling.md
@@ -63,7 +63,7 @@ depend on the error stack contents.
Intermittent errors are handled within the library and cleared from the
error stack before returning to the user.
-Permanent errors happenning within the assist thread, within SSL_tick()
+Permanent errors happening within the assist thread, within SSL_tick()
processing, or when calling SSL_read()/SSL_write() on a stream need to be
replicated for SSL_read()/SSL_write() calls on other streams.