spelling-fixes

This commit is contained in:
ka7
2016-05-08 10:20:20 +01:00
committed by Audrius Butkevicius
parent bdafe9f5d4
commit 7eacdaa11b
7 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -161,7 +161,7 @@ https://github.com/syncthing/syncthing/releases/latest.
#. Copy the syncthing binary (the file you would open to launch
Syncthing) into a directory called ``bin`` in your home directory i.e. into /home/<username>/bin. If
"bin" does not exist, create it.
#. Open ``syncthing.plist`` located in /etc/macosx-launchd. Replace the four occurances of /Users/USERNAME with your actual home directory location.
#. Open ``syncthing.plist`` located in /etc/macosx-launchd. Replace the four occurrences of /Users/USERNAME with your actual home directory location.
#. Copy the ``syncthing.plist`` file to ``~/Library/LaunchAgents``. If
you have trouble finding this location select the "Go" menu in Finder
and choose "Go to folder..." and then type
@@ -221,7 +221,7 @@ Syncthing running even without an active user session, it is intended to be used
on a *server*.
Running Syncthing as a user service ensures that Syncthing only starts after the
user has logged into the sytem (e.g., via the graphical login screen, or ssh).
user has logged into the system (e.g., via the graphical login screen, or ssh).
Thus, the user service is intended to be used on a *(multiuser) desktop
computer*. It avoids unnecessarily running Syncthing instances.
+1 -1
View File
@@ -23,7 +23,7 @@ another device in the cluster. In the first case the block is simply copied
on disk, in the second case it is requested over the network from the other
device.
When a block is copied or recieved from another device, its SHA256 hash is
When a block is copied or received from another device, its SHA256 hash is
computed and compared with the expected value. If it matches the block is
written to a temporary copy of the file, otherwise it is discarded and
Syncthing tries to find another source for the block.