]> git.kaiwu.me - haproxy.git/commit
BUG/MINOR: fix various typos and spelling mistakes in user-visible messages
authorWilly Tarreau <w@1wt.eu>
Tue, 28 Apr 2026 12:02:13 +0000 (14:02 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 29 Apr 2026 13:11:44 +0000 (15:11 +0200)
commit50f0dbbcd056e50786a5e27e866c7dbace56c954
tree6347755b091d20955e2d93c0e2dbd10350af111a
parent261aa2352216aab1c2b1de8694df6624a3f8f164
BUG/MINOR: fix various typos and spelling mistakes in user-visible messages

A few typos like "not unhandled" in error messages, and some spelling
mistakes mostly in cfgparse error messages were fixed. One spelling
mistake in a function name was fixed as well (ssl_sock_chose_sni_ctx
renamed to ssl_sock_choose_sni_ctx). Those which apply may be worth
being backported.
include/haproxy/ssl_sock.h
src/cfgparse-listen.c
src/cfgparse-quic.c
src/cfgparse-ssl.c
src/ssl_clienthello.c
src/ssl_gencert.c
src/ssl_sock.c
src/tcpcheck.c
src/vars.c