diff options
author | Phil Davis <phil.davis@inf.org> | 2015-09-21 23:04:25 +0545 |
---|---|---|
committer | Phil Davis <phil.davis@inf.org> | 2015-09-21 23:04:25 +0545 |
commit | a165710e99edae933b571b475ec13e72b2e89428 (patch) | |
tree | a8889b6e766d2d68473abe979f882b9eb76a2928 /config | |
parent | c5f0ad49b0921cba7285cf134960d72c0034c141 (diff) | |
download | nextcloud-server-a165710e99edae933b571b475ec13e72b2e89428.tar.gz nextcloud-server-a165710e99edae933b571b475ec13e72b2e89428.zip |
Minor text typos
that I noticed while looking at some code.
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 d561ad27e84..8949bd44465 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -452,7 +452,7 @@ $CONFIG = array( * expire rules. Please refer to Files_versions online documentation * for more info. * ``D, auto`` keep versions at least for D days, apply expire rules to all - * versions that older than D days + * versions that are older than D days * * ``auto, D`` delete all versions that are older than D days automatically, * delete other versions according to expire rules * * ``D1, D2`` keep versions for at least D1 days and delete when exceeds D2 days |