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-11-13 09:41:48 +0300
committerMorris Jobke <hey@morrisjobke.de>2017-11-13 09:41:48 +0300
commit289d6801f41c6eb3c4163316804bb92fa4327f98 (patch)
treea5dee40387c1bc584876b5f1801162ef3c8c8f1b /config
parentf376659933ab54b42df1b179293c741a24ac36cc (diff)
Fix typo in sample config
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index f8723c7d9b0..022b807a881 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -852,7 +852,7 @@ $CONFIG = array(
'preview_max_scale_factor' => 10,
/**
- * max file size for generating image previews with imagegd (default behaviour)
+ * max file size for generating image previews with imagegd (default behavior)
* If the image is bigger, it'll try other preview generators, but will most
* likely show the default mimetype icon. Set to -1 for no limit.
*