diff options
author | Björn Schießle <schiessle@owncloud.com> | 2013-01-22 17:46:35 +0100 |
---|---|---|
committer | Björn Schießle <schiessle@owncloud.com> | 2013-01-22 17:46:35 +0100 |
commit | 039bc9159793a0275e5f409f3040043190d59ec9 (patch) | |
tree | 02a7e9a0c8792f536d80e6daf702887ca6c6577d /config | |
parent | 16ae902e3156d782fd8f26e59cb6b2da32346ddd (diff) | |
download | nextcloud-server-039bc9159793a0275e5f409f3040043190d59ec9.tar.gz nextcloud-server-039bc9159793a0275e5f409f3040043190d59ec9.zip |
fix typo in comment
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 4398e360604..a02116aa4b9 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -86,7 +86,7 @@ $CONFIG = array( /* Password to use for sendmail mail, depends on mail_smtpauth if this is used */ "mail_smtppassword" => "", -/* how long should ownCloud keep delteted files in the trash bin, default value: 180 days */ +/* How long should ownCloud keep deleted files in the trash bin, default value: 180 days */ 'trashbin_retention_obligation' => 180, /* Check 3rdparty apps for malicious code fragments */ |