Fixes a typo.

This commit is contained in:
James Phillips 2015-10-30 23:50:11 -07:00
parent e42a613070
commit c2fab40aee
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)
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
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
closest datacenter.