---
 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


Reply via email to