]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Fix nit
authorHugo Landau <hlandau@openssl.org>
Thu, 18 Jan 2024 12:14:48 +0000 (12:14 +0000)
committerViktor Dukhovni <openssl-users@dukhovni.org>
Wed, 11 Sep 2024 07:32:29 +0000 (17:32 +1000)
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21795)

doc/designs/quic-design/server/quic-polling.md

index 30eca9ad5a62bf2865e8dce2f5c9802cbd1ae241..a7757001a3c7cfab38f131cb8a4a2303766f9453 100644 (file)
@@ -125,7 +125,7 @@ contain a large number of design issues:
 
 - There are separate `EPOLL_CTL_ADD` and `EPOLL_CTL_MOD` calls which are needed
   to add a new FD registration and modify an existing FD registration, when
-  most of the time what is desired is an “upsert” (update or inser) call. Thus
+  most of the time what is desired is an “upsert” (update or insert) call. Thus
   callers have to track whether an FD has already been added or not.
 
 - Only one FD can be registered, modified, or unregistered per syscall, rather