From bc3a72e35de6438d599b16b384ed6e3e59848aed Mon Sep 17 00:00:00 2001 From: Armon Dadgar Date: Fri, 18 Apr 2014 10:28:24 -0700 Subject: [PATCH] website: Typo fix --- website/source/intro/vs/zookeeper.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/intro/vs/zookeeper.html.markdown b/website/source/intro/vs/zookeeper.html.markdown index eeab0d1996..7d929ba456 100644 --- a/website/source/intro/vs/zookeeper.html.markdown +++ b/website/source/intro/vs/zookeeper.html.markdown @@ -47,7 +47,7 @@ These clients are part of a [gossip pool](/docs/internals/gossip.html), which serves several functions including distributed health checking. The gossip protocol implements an efficient failure detector that can scale to clusters of any size without concentrating the work on any select group of servers. The clients also enable a much richer set of health checks to be run locally, -whereas ZooKeeper ephemeral nodes are a very primitve check of liveness. Clients can check that +whereas ZooKeeper ephemeral nodes are a very primitive check of liveness. Clients can check that a web server is returning 200 status codes, that memory utilization is not critical, there is sufficient disk space, etc. The Consul clients expose a simple HTTP interface and avoid exposing the complexity of the system is to clients in the same way as ZooKeeper.