CLEANUP: fix spelling of "occured" in src/h3.c
This commit is contained in:
parent
07dc373163
commit
671f6cf36a
2
src/h3.c
2
src/h3.c
@ -1977,7 +1977,7 @@ static size_t h3_snd_buf(struct qcs *qcs, struct buffer *buf, size_t count)
|
|||||||
break;
|
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);
|
BUG_ON(ret < 0 && !h3c->err);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user