]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: restore note about "independant" typo
authorLukas Tribus <lukas@ltri.eu>
Thu, 8 Nov 2018 11:41:42 +0000 (12:41 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 8 Nov 2018 13:48:56 +0000 (14:48 +0100)
The independant -> independent error was fixed in 801a0a35 ("DOC: fix
name for "option independant-streams"), but the note about the wrong
name was erroneously fixed in 0e82b92a ("DOC: fix a few config typos").

Restore the "wrong" name so that when reasearching this option people
can actually find it.

Could be backported to 1.8.

doc/configuration.txt

index 2e6062c35085dada6f96f803999249ecbd279713..9ce88bc4343b56cf64ff8310e8a85d9af8a8d214 100644 (file)
@@ -6281,7 +6281,7 @@ no option independent-streams
   data sent to the server. Doing so will typically break large HTTP posts from
   slow lines, so use it with caution.
 
-  Note: older versions used to call this setting "option independent-streams"
+  Note: older versions used to call this setting "option independant-streams"
         with a spelling mistake. This spelling is still supported but
         deprecated.