Spelling fixes

This commit is contained in:
Alex Chan
2015-05-29 09:40:00 +01:00
parent 5aca789fea
commit f6b264275b
8 changed files with 12 additions and 12 deletions
+3 -3
View File
@@ -184,7 +184,7 @@ How to use the system instance
Running Syncthing as a system service ensures that Syncthing is run at startup
even if the Syncthing user has no active session. Since the system service
keeps Syncthing running even without an active user session, it is inteded to
keeps Syncthing running even without an active user session, it is intended to
be used on a *server*.
1. Create the user who should run the service, or choose an existing
@@ -206,7 +206,7 @@ How to use the user instance
Running Syncthing as a user service ensures that Syncthing is run after the
Syncthing user has created a session (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 unnecessarly running Syncthing instances.
computer*. It avoids unnecessarily running Syncthing instances.
1. Create the user who should run the service, or choose an existing
one.
@@ -233,7 +233,7 @@ subcommand:
Using the journal
^^^^^^^^^^^^^^^^^
Systemd logs everything into the journal. You can easily acces Syncthing
Systemd logs everything into the journal. You can easily access Syncthing
log messages (``-e`` lets the pager jump to the very end):
::
+2 -2
View File
@@ -246,9 +246,9 @@ also creates ``syncthing.log`` in Syncthing's home directory (check
How do I upgrade Syncthing?
~~~~~~~~~~~~~~~~~~~~~~~~~~~
- If automatic upgrades is enabled (which is the default), Sycnthing will upgrade itself automatically within 24 hours of a new release.
- If automatic upgrades is enabled (which is the default), Syncthing will upgrade itself automatically within 24 hours of a new release.
- The ugrade button appears in the web GUI when a new version has been released. Pressing it will perform an upgrade.
- The upgrade button appears in the web GUI when a new version has been released. Pressing it will perform an upgrade.
- To force an upgrade from the command line, run ``syncthing -upgrade``.