From ecebf4e8b666eb9c5ac997a325d9ccd5de34a7a3 Mon Sep 17 00:00:00 2001 From: peterdamian Date: Sat, 25 Nov 2017 10:04:43 -0500 Subject: [PATCH] Minor corrections --- admin_manual/configuration_files/external_storage/sftp.rst | 2 +- .../configuration_server/config_sample_php_parameters.rst | 4 ++-- developer_manual/design/html.rst | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/admin_manual/configuration_files/external_storage/sftp.rst b/admin_manual/configuration_files/external_storage/sftp.rst index 046550a50..5d8e5ea1e 100644 --- a/admin_manual/configuration_files/external_storage/sftp.rst +++ b/admin_manual/configuration_files/external_storage/sftp.rst @@ -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** diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index e2aff0a05..cbd339c81 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -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 diff --git a/developer_manual/design/html.rst b/developer_manual/design/html.rst index 601813687..c7a9d4605 100644 --- a/developer_manual/design/html.rst +++ b/developer_manual/design/html.rst @@ -2,9 +2,9 @@ .. codeauthor:: John Molakvoæ .. _html: -=============== -Html elements -=============== +============= +HTML elements +============= Progress bar =============