]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: intro: Fix typo in starter guide
authorMark Mullan <markrmullan@gmail.com>
Sat, 22 May 2021 18:15:02 +0000 (11:15 -0700)
committerWilly Tarreau <w@1wt.eu>
Thu, 27 May 2021 06:26:43 +0000 (08:26 +0200)
s/sned/send.

doc/intro.txt

index 6387ff4c1fbb811c4449aa681e8064fb911f68cb..517ca2c3e8582c8fbb33d7eabdf9aa6a3f860e26 100644 (file)
@@ -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.