]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: assorted typo fixes in the code and comments
authorIlya Shipitsin <chipitsine@gmail.com>
Fri, 7 Jan 2022 09:46:15 +0000 (14:46 +0500)
committerWilly Tarreau <w@1wt.eu>
Fri, 7 Jan 2022 13:42:54 +0000 (14:42 +0100)
This is 30th iteration of typo fixes

reg-tests/ssl/dynamic_server_ssl.vtc
src/xprt_quic.c

index 84854a38b6bf07221bbdbfd2e314a856879349ea..0e6ecb5ab99450fbdf0f3538d4fcbc8519613047 100644 (file)
@@ -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"
index 93a24f089e1724a605f2020b1779e257d37b5a8a..4a0085f3b1154db9d51c54d02c25350481ddfcaf 100644 (file)
@@ -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)
 {