From: Ilya Shipitsin Date: Thu, 11 Jan 2024 19:49:11 +0000 (+0100) Subject: CLEANUP: fix spelling of "occured" in src/h3.c X-Git-Tag: v3.0-dev2~51 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=671f6cf36a775733f9e996a738a2b3fe89b5ed6b;p=thirdparty%2Fhaproxy.git CLEANUP: fix spelling of "occured" in src/h3.c --- diff --git a/src/h3.c b/src/h3.c index ff91443caa..40e3a89969 100644 --- 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); }