Merge pull request #618 from peterdamian/minor_changes

Minor corrections
This commit is contained in:
Julius Härtl
2017-11-25 21:28:52 +01:00
committed by GitHub
3 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
SFTP
====
Nextcloud's SFTP (FTP over an SSH tunne) backend supports both password and
Nextcloud's SFTP (FTP over an SSH tunnel) backend supports both password and
public key authentication.
The **Host** field is required; a port can be specified as part of the **Host**

View File

@@ -1253,8 +1253,8 @@ Available failover modes:
WARNING: FAILOVER_DISTRIBUTE is a not recommended setting and we strongly
suggest to not use it if you use Redis for file locking. Due to the way Redis
is synchronised it could happen, that the read for an existing lock is
scheduled to a slave that is not fully synchronised with the connected master
is synchronized it could happen, that the read for an existing lock is
scheduled to a slave that is not fully synchronized with the connected master
which then causes a FileLocked exception.
See https://redis.io/topics/cluster-spec for details about the Redis cluster

View File

@@ -3,7 +3,7 @@
.. _html:
=============
Html elements
HTML elements
=============
Progress bar