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:
authorPhil Davis <phil.davis@inf.org>2015-09-21 20:19:25 +0300
committerPhil Davis <phil.davis@inf.org>2015-09-21 20:19:25 +0300
commita165710e99edae933b571b475ec13e72b2e89428 (patch)
treea8889b6e766d2d68473abe979f882b9eb76a2928 /config
parentc5f0ad49b0921cba7285cf134960d72c0034c141 (diff)
Minor text typos
that I noticed while looking at some code.
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 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