DOC: fix "workaround" spelling

"a workaround", "to work around", and not "to walk around".
Thanks to Lukas for reporting.
This commit is contained in:
Willy Tarreau 2016-01-15 10:26:26 +01:00
parent cc123c66c2
commit 989222acff
2 changed files with 5 additions and 5 deletions

View File

@ -1307,7 +1307,7 @@ persistent connections per user).
Even if you disable keep-alive, if the server takes a long time to respond,
you still have a high risk of multiple users clicking at the same time and
having their requests unserved because of server saturation. To walk around
having their requests unserved because of server saturation. To work around
the problem, you increase the concurrent connection limit on the servers,
but their performance stalls under higher loads.