From: Mark Mullan Date: Sat, 22 May 2021 18:15:02 +0000 (-0700) Subject: DOC: intro: Fix typo in starter guide X-Git-Tag: v2.5-dev1~228 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e1ecfdda819c1241fd6330e95b8be5b3105f14e8;p=thirdparty%2Fhaproxy.git DOC: intro: Fix typo in starter guide s/sned/send. --- diff --git a/doc/intro.txt b/doc/intro.txt index 6387ff4c1f..517ca2c3e8 100644 --- a/doc/intro.txt +++ b/doc/intro.txt @@ -1122,7 +1122,7 @@ server for example. Each frontend and backend may use multiple independent log outputs, which eases multi-tenancy. Logs are preferably sent over UDP, maybe JSON-encoded, and are truncated after a configurable line length in order to guarantee delivery. But -it is also possible to sned them to stdout/stderr or any file descriptor, as +it is also possible to send them to stdout/stderr or any file descriptor, as well as to a ring buffer that a client can subscribe to in order to retrieve them.