]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: fix spelling of "occured" in src/h3.c
authorIlya Shipitsin <chipitsine@gmail.com>
Thu, 11 Jan 2024 19:49:11 +0000 (20:49 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 12 Jan 2024 07:34:53 +0000 (08:34 +0100)
src/h3.c

index ff91443caa6f253104d14d74f1914a02c6df2872..40e3a89969d7f3d513795fc41ffcc9089e13c2e6 100644 (file)
--- a/src/h3.c
+++ b/src/h3.c
@@ -1977,7 +1977,7 @@ static size_t h3_snd_buf(struct qcs *qcs, struct buffer *buf, size_t count)
                        break;
                }
 
-               /* If an error occured, connection error must be set to break from the current loop. */
+               /* If an error occurred, connection error must be set to break from the current loop. */
                BUG_ON(ret < 0 && !h3c->err);
        }