]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: quic,ssl: fix tiny typos in C comments
authorcui fliter <imcusg@gmail.com>
Mon, 29 Aug 2022 06:42:57 +0000 (14:42 +0800)
committerWilly Tarreau <w@1wt.eu>
Sat, 17 Sep 2022 08:59:59 +0000 (10:59 +0200)
commita94bedc0de218e784683e52ba669912b6cc71741
tree2d464e7a6e92610e8a2cfc11bd9cedf3b3c4ebf8
parent8d0ff284064e7a47ae46897e0ce9b08abe539315
CLEANUP: quic,ssl: fix tiny typos in C comments

This fixes 4 tiny and harmless typos in mux_quic.c, quic_tls.c and
ssl_sock.c. Originally sent via GitHub PR #1843.

Signed-off-by: cui fliter <imcusg@gmail.com>
[Tim: Rephrased the commit message]
[wt: further complete the commit message]
src/mux_quic.c
src/quic_tls.c
src/ssl_sock.c