yet spelling fixes

Ilya Shipitsin (2):
  CLEANUP: assorted typo fixes in the code and comments
  CI: limit codespell checks to main repo, not forks

 .github/workflows/codespell.yml                    |  1 +
 INSTALL                                            |  4 ++--
 doc/SPOE.txt                                       |  4 ++--
 doc/configuration.txt                              | 10 +++++-----
 doc/regression-testing.txt                         |  6 +++---
 examples/lua/mailers.lua                           | 14 +++++++-------
 include/haproxy/applet.h                           |  8 ++++----
 include/haproxy/channel.h                          |  2 +-
 include/haproxy/connection-t.h                     |  4 ++--
 include/haproxy/global-t.h                         |  2 +-
 include/haproxy/http_ana-t.h                       |  4 ++--
 include/haproxy/mqtt-t.h                           |  2 +-
 include/haproxy/protobuf.h                         |  2 +-
 include/haproxy/proxy-t.h                          |  2 +-
 include/haproxy/quic_conn.h                        |  2 +-
 include/haproxy/quic_openssl_compat-t.h            |  2 +-
 include/haproxy/quic_openssl_compat.h              |  2 +-
 include/haproxy/quic_tls.h                         |  2 +-
 include/haproxy/sc_strm.h                          |  2 +-
 include/haproxy/server-t.h                         |  2 +-
 include/haproxy/shctx-t.h                          |  2 +-
 include/haproxy/spoe-t.h                           |  2 +-
 include/haproxy/stconn.h                           |  2 +-
 include/haproxy/stream.h                           |  2 +-
 include/haproxy/tcpcheck-t.h                       |  2 +-
 .../connection/proxy_protocol_send_generic.vtc     |  2 +-
 reg-tests/http-messaging/truncated.vtc             |  2 +-
 src/acl.c                                          |  2 +-
 src/backend.c                                      |  2 +-
 src/cache.c                                        |  4 ++--
 src/check.c                                        |  2 +-
 src/connection.c                                   |  6 +++---
 src/debug.c                                        |  2 +-
 src/dynbuf.c                                       |  2 +-
 src/flt_bwlim.c                                    |  2 +-
 src/hlua.c                                         |  2 +-
 src/hlua_fcn.c                                     |  4 ++--
 src/http_ana.c                                     |  4 ++--
 src/http_fetch.c                                   |  2 +-
 src/htx.c                                          |  2 +-
 src/lb_chash.c                                     |  2 +-
 src/log.c                                          |  8 ++++----
 src/mux_h1.c                                       |  4 ++--
 src/mux_h2.c                                       |  6 +++---
 src/mux_pt.c                                       |  2 +-
 src/mux_quic.c                                     |  2 +-
 src/peers.c                                        |  2 +-
 src/pool.c                                         |  4 ++--
 src/proto_reverse_connect.c                        |  6 +++---
 src/quic_conn.c                                    |  8 ++++----
 src/quic_openssl_compat.c                          |  2 +-
 src/quic_sock.c                                    |  2 +-
 src/quic_ssl.c                                     |  2 +-
 src/quic_trace.c                                   |  2 +-
 src/quic_tx.c                                      |  2 +-
 src/ring.c                                         |  2 +-
 src/sample.c                                       | 12 ++++++------
 src/session.c                                      |  2 +-
 src/signal.c                                       |  2 +-
 src/sink.c                                         |  6 +++---
 src/ssl_ckch.c                                     |  2 +-
 src/ssl_sock.c                                     |  2 +-
 src/stconn.c                                       |  2 +-
 src/task.c                                         |  2 +-
 src/tcp_act.c                                      |  2 +-
 src/tools.c                                        |  2 +-
 src/vars.c                                         |  2 +-
 67 files changed, 110 insertions(+), 109 deletions(-)

-- 
2.42.0


Reply via email to