Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2017-12-05 01:13:23 +0300
committerMorris Jobke <hey@morrisjobke.de>2017-12-05 01:13:23 +0300
commit041dc6b3e8c3d12dc3134019df5540ec228289ea (patch)
treeb5ca99776563ab9d39d7be12c6df950862d7f9ef /config
parent567757c793faed6925a538571a9e4f5b8b396bfd (diff)
Fix typos in config.sample.php
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index adb0c125b1e..14e093600b3 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -817,7 +817,6 @@ $CONFIG = array(
* @see appcodechecker
*/
-
/**
* Previews
*
@@ -1094,8 +1093,8 @@ $CONFIG = array(
*
* 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