]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: tree-wide: remove a few rare non-ASCII chars
authorWilly Tarreau <w@1wt.eu>
Wed, 2 Mar 2022 21:33:39 +0000 (22:33 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 4 Mar 2022 07:58:32 +0000 (08:58 +0100)
commit3dfb7da04b8a566859f1e5aa81e6288b58597d9e
tree5b6458f6c5523924b783632f2ac84b404cd4f1f7
parentf9eba78fb82a9ccca2503e318a79be4d7db8d94d
CLEANUP: tree-wide: remove a few rare non-ASCII chars

As reported by Tim in issue #1428, our sources are clean, there are
just a few files with a few rare non-ASCII chars for the paragraph
symbol, a few typos, or in Fred's name. Given that Fred already uses
the non-accentuated form at other places like on the public list,
let's uniformize all this and make sure the code displays equally
everywhere.
35 files changed:
include/haproxy/cbuf-t.h
include/haproxy/cbuf.h
include/haproxy/dict-t.h
include/haproxy/dict.h
include/haproxy/proto_quic.h
include/haproxy/proto_udp.h
include/haproxy/qpack-dec.h
include/haproxy/qpack-t.h
include/haproxy/qpack-tbl-t.h
include/haproxy/qpack-tbl.h
include/haproxy/quic_cc-t.h
include/haproxy/quic_cc.h
include/haproxy/quic_enc.h
include/haproxy/quic_frame-t.h
include/haproxy/quic_frame.h
include/haproxy/quic_loss-t.h
include/haproxy/quic_loss.h
include/haproxy/quic_sock.h
include/haproxy/quic_tls-t.h
include/haproxy/quic_tls.h
include/haproxy/xprt_quic-t.h
include/haproxy/xprt_quic.h
include/import/ist.h
src/cbuf.c
src/hlua.c
src/proto_quic.c
src/proto_udp.c
src/qpack-dec.c
src/qpack-tbl.c
src/quic_cc.c
src/quic_cc_newreno.c
src/quic_frame.c
src/quic_sock.c
src/stream.c
src/xprt_quic.c