From 5515d1e79085920dc4d5ec620c68d0a0e324f26d Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Sun, 8 Dec 2024 15:34:33 +0100 Subject: [PATCH] fix typos --- DOCUMENTATION.md | 2 +- config | 2 +- radicale/config.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DOCUMENTATION.md b/DOCUMENTATION.md index a7c13fed..6bcac293 100644 --- a/DOCUMENTATION.md +++ b/DOCUMENTATION.md @@ -1007,7 +1007,7 @@ Default: `/var/lib/radicale/collections` ##### use_cache_subfolder_for_item -Use subfolder `collections-cache' for cache file structure of item instead of inside collection folders, created if not present +Use subfolder `collection-cache` for cache file structure of item instead of inside collection folders, created if not present Default: `False` diff --git a/config b/config index 1522e17a..dbe8c68e 100644 --- a/config +++ b/config @@ -138,7 +138,7 @@ # Folder for storing local collections, created if not present #filesystem_folder = /var/lib/radicale/collections -# Use subfolder `collections-cache' for item cache file structure instead of inside collection folder +# Use subfolder 'collection-cache' for item cache file structure instead of inside collection folder #use_cache_subfolder_for_item = False # Delete sync token that are older (seconds) diff --git a/radicale/config.py b/radicale/config.py index da7877ae..44a4381b 100644 --- a/radicale/config.py +++ b/radicale/config.py @@ -281,7 +281,7 @@ DEFAULT_CONFIG_SCHEMA: types.CONFIG_SCHEMA = OrderedDict([ "type": filepath}), ("use_cache_subfolder_for_item", { "value": "False", - "help": "use subfolder `collections-cache' for item cache file structure instead of inside collection folder", + "help": "use subfolder 'collection-cache' for item cache file structure instead of inside collection folder", "type": bool}), ("max_sync_token_age", { "value": "2592000", # 30 days