]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: assorted typo fixes in the code and comments
authorIlya Shipitsin <chipitsine@gmail.com>
Tue, 10 Mar 2020 07:06:11 +0000 (12:06 +0500)
committerWilly Tarreau <w@1wt.eu>
Sat, 14 Mar 2020 08:42:07 +0000 (09:42 +0100)
commit77e3b4a2c480e79a367c1abbe02cc33ee35a01e3
treef144f6acd513749e126bdfd6910e4209c5f15da0
parenta8692f3fe0c5f930261df3abd5cfb61b649edce7
CLEANUP: assorted typo fixes in the code and comments

These are mostly comments in the code. A few error messages were fixed
and are of low enough importance not to deserve a backport. Some regtests
were also fixed.
27 files changed:
include/common/defaults.h
include/common/h1.h
include/common/hpack-tbl.h
include/common/http.h
include/common/htx.h
include/common/ist.h
include/common/regex.h
include/common/standard.h
include/common/xref.h
include/proto/connection.h
include/proto/fd.h
include/proto/log.h
include/proto/pattern.h
include/proto/proxy.h
include/proto/server.h
include/proto/sink.h
include/proto/task.h
include/types/filters.h
include/types/pattern.h
include/types/protocol.h
reg-tests/checks/4be_1srv_health_checks.vtc
reg-tests/http-errorfiles/errors/500-1.http
reg-tests/http-errorfiles/errors/500.http
reg-tests/http-errorfiles/http_deny_errors.vtc
reg-tests/mailers/healthcheckmail.lua
reg-tests/spoe/wrong_init.vtc
src/ssl_sock.c