]> git.ipfire.org Git - thirdparty/haproxy.git/commit
DOC: fix name for "option independant-streams"
authorJamie Gloudon <jamie.gloudon@gmail.com>
Sat, 25 Aug 2012 04:18:33 +0000 (00:18 -0400)
committerWilly Tarreau <w@1wt.eu>
Sun, 2 Sep 2012 19:51:07 +0000 (21:51 +0200)
commit801a0a353a29cfc7c91dcc93897531c9f2cbf62f
treedb7e8df4bfe99db22e68595da05c371bd1f62bde
parentaaa21008a7d2431aa808338d03f8f29445de0c25
DOC: fix name for "option independant-streams"

The correct spelling is "independent", not "independant". This patch
fixes the doc and the configuration parser to accept the correct form.
The config parser still allows the old naming for backwards compatibility.
doc/configuration.txt
doc/haproxy-en.txt
include/types/proxy.h
include/types/stream_interface.h
src/cfgparse.c
src/checks.c
src/sock_raw.c