---
src/h3.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/h3.c b/src/h3.c
index ff91443ca..40e3a8996 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.43.0- [PATCH 0/3] spell check improvements Ilya Shipitsin
- [PATCH 2/3] CI: codespell: add more words to whitelist Ilya Shipitsin
- [PATCH 1/3] CI: codespell: ignore some words in URLs Ilya Shipitsin
- [PATCH 3/3] CLEANUP: fix spelling of "occured&quo... Ilya Shipitsin
- Re: [PATCH 0/3] spell check improvements Willy Tarreau

