From 289d6801f41c6eb3c4163316804bb92fa4327f98 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Mon, 13 Nov 2017 07:41:48 +0100 Subject: [PATCH] Fix typo in sample config Signed-off-by: Morris Jobke --- config/config.sample.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.sample.php b/config/config.sample.php index f8723c7d9b..022b807a88 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. *