From 2bdab426ff7a6e7a3c872269dda26dd49f6eb390 Mon Sep 17 00:00:00 2001 From: jpjp Date: Mon, 6 Jan 2014 22:27:57 +0100 Subject: [PATCH] synch -> sync --- protocol/PROTOCOL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/PROTOCOL.md b/protocol/PROTOCOL.md index c00f448d4..9a2c264f2 100644 --- a/protocol/PROTOCOL.md +++ b/protocol/PROTOCOL.md @@ -9,7 +9,7 @@ Each node has a _repository_ of files described by the _local model_, containing modifications times and block hashes. The local model is sent to the other nodes in the cluster. The union of all files in the local models, with files selected for most recent modification time, forms the -_global model_. Each node strives to get it's repository in synch with +_global model_. Each node strives to get it's repository in sync with the global model by requesting missing blocks from the other nodes. Transport and Authentication