From fd92efc2f695f8fe2582dc37dbd239b6107cb646 Mon Sep 17 00:00:00 2001 From: Benjamin Masters Date: Thu, 12 May 2016 05:58:39 +0000 Subject: [PATCH] users/syncing: Minor spelling correction GitHub-Pull-Request: https://github.com/syncthing/docs/pull/168 --- users/syncing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/syncing.rst b/users/syncing.rst index 270feac30..a5e9ac4f2 100644 --- a/users/syncing.rst +++ b/users/syncing.rst @@ -64,7 +64,7 @@ x.y.z which may not be exactly the version of Syncthing you're running). When new index data is received from other devices Syncthing recalculates which version for each file should be the global version, and compares this to the current local version. When the two differ, Syncthing needs to -syncrhonize the file. The block lists are compared to build a list of needed +synchronize the file. The block lists are compared to build a list of needed blocks, which are then requested from the network or copied locally, as described above.