Fix some typos

Correct some words spelling for reading more easily.
This commit is contained in:
Nguyen Quang Huy
2019-02-25 12:56:38 +07:00
parent 8362bda0bd
commit 566d29d01e
2 changed files with 2 additions and 2 deletions

View File

@@ -312,7 +312,7 @@ NOTE: The advertise address should really result in a connection to srvC. Provid
As part of the gossip protocol, a server will also send to the other servers the URL clients should connect to.<br>
The URL is the one defined in the `listen` parameter, or, if 0.0.0.0 or :: is specified, the resolved non-local IP addresses for the "any" interface.
If those addresses are not reacheable from the outside world where the clients are running, the administrator can use the `--no_advertise` option to disable servers gossiping those URLs.<br>
If those addresses are not reachable from the outside world where the clients are running, the administrator can use the `--no_advertise` option to disable servers gossiping those URLs.<br>
Another option is to provide a `--client_advertise` URL to use instead. If this option is specified (and advertise has not been disabled), then the server will advertise this URL to other servers instead of its `listen` address (or resolved IPs when listen is 0.0.0.0 or ::).