From 671f6cf36a775733f9e996a738a2b3fe89b5ed6b Mon Sep 17 00:00:00 2001 From: Ilya Shipitsin Date: Thu, 11 Jan 2024 20:49:11 +0100 Subject: [PATCH] CLEANUP: fix spelling of "occured" in src/h3.c --- src/h3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.47.3