diff options
author | Simon L <szaimen@e.mail.de> | 2022-08-21 12:17:25 +0200 |
---|---|---|
committer | szaimen <szaimen@e.mail.de> | 2022-08-21 12:19:31 +0200 |
commit | de2bb79b6bc631afd27edcb985656439a9316083 (patch) | |
tree | 726c739ae0c785ae015171642496547bf74af939 /config | |
parent | 506ac1efe025f5d9f7cffb017bdbb75caa15d1a7 (diff) | |
download | nextcloud-server-de2bb79b6bc631afd27edcb985656439a9316083.tar.gz nextcloud-server-de2bb79b6bc631afd27edcb985656439a9316083.zip |
address review
Signed-off-by: szaimen <szaimen@e.mail.de>
Co-authored-by: Vincent Petry <vincent@nextcloud.com>
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 79c44642906..a1cdb071dce 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -671,7 +671,7 @@ $CONFIG = [ * the limit for the trashbin. * * Maximum time is the number of days at which it is _guaranteed - * to be_ deleted. There is no further depenency on the available space. + * to be_ deleted. There is no further dependency on the available space. * * Both minimum and maximum times can be set together to explicitly define * file and folder deletion. For migration purposes, this setting is installed |