summaryrefslogtreecommitdiffstats
path: root/ssl
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 /ssl
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 'ssl')
-rw-r--r--ssl/quic/quic_local.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/quic/quic_local.h b/ssl/quic/quic_local.h
index 063df7796a..928ae4c6bf 100644
--- a/ssl/quic/quic_local.h
+++ b/ssl/quic/quic_local.h
@@ -69,7 +69,7 @@ struct quic_xso_st {
* b2 must equal b1 (validated unless ACCEPT_MOVING_WRITE_BUFFER)
* l2 must equal l1 (always validated)
* append into sstream from [b2 + aon_buf_pos, b2 + aon_buf_len)
- * if done, aon_write_in_progess=0
+ * if done, aon_write_in_progress=0
*
*/
/* Is an AON write in progress? */