From a44523081a8ce3e6ecfaedb9a268ba781b8a8c84 Mon Sep 17 00:00:00 2001 From: KURO1 <412681778@qq.com> Date: Fri, 28 Apr 2017 10:39:03 +0800 Subject: [PATCH] Fix typo in docs --- docs/root/source/bft.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/root/source/bft.md b/docs/root/source/bft.md index 0255c7b5..cde6834a 100644 --- a/docs/root/source/bft.md +++ b/docs/root/source/bft.md @@ -4,7 +4,7 @@ We have Byzantine fault tolerance (BFT) in our roadmap, as a switch that people Among the big, industry-used distributed databases in production today (e.g. DynamoDB, Bigtable, MongoDB, Cassandra, Elasticsearch), none of them are BFT. Indeed, almost all wide-area distributed systems in production are not BFT, including military, banking, healthcare, and other security-sensitive systems. -The are many more practical things that nodes can do to increase security (e.g. firewalls, key management, access controls). +There are many more practical things that nodes can do to increase security (e.g. firewalls, key management, access controls). From a [recent essay by Ken Birman](http://sigops.org/sosp/sosp15/history/05-birman.pdf) (of Cornell):