From: Ilya Shipitsin Date: Fri, 7 Jan 2022 09:46:15 +0000 (+0500) Subject: CLEANUP: assorted typo fixes in the code and comments X-Git-Tag: v2.6-dev1~161 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=37d3e38130a89cd448142e0bdc76d00275ff176a;p=thirdparty%2Fhaproxy.git CLEANUP: assorted typo fixes in the code and comments This is 30th iteration of typo fixes --- diff --git a/reg-tests/ssl/dynamic_server_ssl.vtc b/reg-tests/ssl/dynamic_server_ssl.vtc index 84854a38b6..0e6ecb5ab9 100644 --- a/reg-tests/ssl/dynamic_server_ssl.vtc +++ b/reg-tests/ssl/dynamic_server_ssl.vtc @@ -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" diff --git a/src/xprt_quic.c b/src/xprt_quic.c index 93a24f089e..4a0085f3b1 100644 --- a/src/xprt_quic.c +++ b/src/xprt_quic.c @@ -3276,7 +3276,7 @@ static inline void quic_conn_take(struct quic_conn *qc) } /* Decrement the 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) {