mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-20 00:10:41 -05:00
CLEANUP: assorted typo fixes in the code and comments
This is 30th iteration of typo fixes
This commit is contained in:
parent
6569de2b88
commit
37d3e38130
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#REGTEST_TYPE=bug
|
||||
# Test if a certicate can be dynamically updated once a server which used it
|
||||
# Test if a certificate can be dynamically updated once a server which used it
|
||||
# was removed.
|
||||
#
|
||||
varnishtest "Delete server via cli and update certificates"
|
||||
|
|
|
|||
|
|
@ -3276,7 +3276,7 @@ static inline void quic_conn_take(struct quic_conn *qc)
|
|||
}
|
||||
|
||||
/* Decrement the <qc> refcount. If the refcount is zero *BEFORE* the
|
||||
* substraction, the quic_conn is freed.
|
||||
* subtraction, the quic_conn is freed.
|
||||
*/
|
||||
static void quic_conn_drop(struct quic_conn *qc)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue