DOC: Fix typos in different subsections of the documentation

Fix typos found in the design-thoughts, internals and lua-api
subsections of the documentation.
This commit is contained in:
Joseph Herlant
2018-11-13 19:45:17 -08:00
committed by Willy Tarreau
parent 017b3da94e
commit 02cedc48d3
11 changed files with 17 additions and 17 deletions

View File

@@ -1838,7 +1838,7 @@ Socket class
Other format accepted are a socket path like "/socket/path", it permits to
connect to a socket. Abstract namespaces are supported with the prefix
"abns@", and finaly a file descriptor can be passed with the prefix "fd@".
"abns@", and finally a file descriptor can be passed with the prefix "fd@".
The prefix "ipv4@", "ipv6@" and "unix@" are also supported. The port can be
passed int the string. The syntax "127.0.0.1:1234" is valid. In this case, the
parameter *port* must not be set.