Fixes a typo.

This commit is contained in:
James Phillips 2015-10-30 23:50:11 -07:00
parent 921602b565
commit cf1b9fe074
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ Serf uses a network tomography system to compute network coordinates for nodes i
Consul uses a [network tomography](https://en.wikipedia.org/wiki/Network_tomography) Consul uses a [network tomography](https://en.wikipedia.org/wiki/Network_tomography)
system to compute network coordinates for nodes in the cluster. These coordinates system to compute network coordinates for nodes in the cluster. These coordinates
allow the network round trip time to be estimated between any two nodes using a allow the network round trip time to be estimated between any two nodes using a
a very simple calculation. This allows for many useful applications, such as finding very simple calculation. This allows for many useful applications, such as finding
the service node nearest a requesting node, or failing over to services in the next the service node nearest a requesting node, or failing over to services in the next
closest datacenter. closest datacenter.