From fc3667db6a7b32fe37f0db93010913179c98995d Mon Sep 17 00:00:00 2001 From: Alixxx-please <121387740+Alixxx-please@users.noreply.github.com> Date: Tue, 26 Mar 2024 15:37:13 +0100 Subject: [PATCH] "recusrive" typo fix (#1103) * Update app.toml * Update appcache.toml * Update appconfig.toml * Update appdata.toml * Update applocaldata.toml * Update applog.toml * Update audio.toml * Update cache.toml * Update config.toml * Update data.toml * Update desktop.toml * Update document.toml * Update download.toml * Update exe.toml * Update font.toml * Update home.toml * Update localdata.toml * Update log.toml * Update picture.toml * Update public.toml * Update resource.toml * Update runtime.toml * Update temp.toml * Update template.toml * Update video.toml * actually update build script :) --------- Co-authored-by: Lucas Nogueira --- .../src-tauri/gen/schemas/desktop-schema.json | 100 +++++++++--------- .../src-tauri/gen/schemas/mobile-schema.json | 100 +++++++++--------- plugins/fs/build.rs | 2 +- .../autogenerated/base-directories/app.toml | 2 +- .../base-directories/appcache.toml | 2 +- .../base-directories/appconfig.toml | 2 +- .../base-directories/appdata.toml | 2 +- .../base-directories/applocaldata.toml | 2 +- .../base-directories/applog.toml | 2 +- .../autogenerated/base-directories/audio.toml | 2 +- .../autogenerated/base-directories/cache.toml | 2 +- .../base-directories/config.toml | 2 +- .../autogenerated/base-directories/data.toml | 2 +- .../base-directories/desktop.toml | 2 +- .../base-directories/document.toml | 2 +- .../base-directories/download.toml | 2 +- .../autogenerated/base-directories/exe.toml | 2 +- .../autogenerated/base-directories/font.toml | 2 +- .../autogenerated/base-directories/home.toml | 2 +- .../base-directories/localdata.toml | 2 +- .../autogenerated/base-directories/log.toml | 2 +- .../base-directories/picture.toml | 2 +- .../base-directories/public.toml | 2 +- .../base-directories/resource.toml | 2 +- .../base-directories/runtime.toml | 2 +- .../autogenerated/base-directories/temp.toml | 2 +- .../base-directories/template.toml | 2 +- .../autogenerated/base-directories/video.toml | 2 +- .../fs/permissions/autogenerated/reference.md | 50 ++++----- plugins/fs/permissions/schemas/schema.json | 50 ++++----- 30 files changed, 176 insertions(+), 176 deletions(-) diff --git a/examples/api/src-tauri/gen/schemas/desktop-schema.json b/examples/api/src-tauri/gen/schemas/desktop-schema.json index 8fe190b547..e5aaf34295 100644 --- a/examples/api/src-tauri/gen/schemas/desktop-schema.json +++ b/examples/api/src-tauri/gen/schemas/desktop-schema.json @@ -184,7 +184,7 @@ ] }, { - "description": "fs:allow-app-write-recursive -> This allows full recusrive write access to the complete `$APP` folder, files and subdirectories.", + "description": "fs:allow-app-write-recursive -> This allows full recursive write access to the complete `$APP` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-app-write-recursive" @@ -226,7 +226,7 @@ ] }, { - "description": "fs:allow-appcache-write-recursive -> This allows full recusrive write access to the complete `$APPCACHE` folder, files and subdirectories.", + "description": "fs:allow-appcache-write-recursive -> This allows full recursive write access to the complete `$APPCACHE` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-appcache-write-recursive" @@ -268,7 +268,7 @@ ] }, { - "description": "fs:allow-appconfig-write-recursive -> This allows full recusrive write access to the complete `$APPCONFIG` folder, files and subdirectories.", + "description": "fs:allow-appconfig-write-recursive -> This allows full recursive write access to the complete `$APPCONFIG` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-appconfig-write-recursive" @@ -310,7 +310,7 @@ ] }, { - "description": "fs:allow-appdata-write-recursive -> This allows full recusrive write access to the complete `$APPDATA` folder, files and subdirectories.", + "description": "fs:allow-appdata-write-recursive -> This allows full recursive write access to the complete `$APPDATA` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-appdata-write-recursive" @@ -352,7 +352,7 @@ ] }, { - "description": "fs:allow-applocaldata-write-recursive -> This allows full recusrive write access to the complete `$APPLOCALDATA` folder, files and subdirectories.", + "description": "fs:allow-applocaldata-write-recursive -> This allows full recursive write access to the complete `$APPLOCALDATA` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-applocaldata-write-recursive" @@ -394,7 +394,7 @@ ] }, { - "description": "fs:allow-applog-write-recursive -> This allows full recusrive write access to the complete `$APPLOG` folder, files and subdirectories.", + "description": "fs:allow-applog-write-recursive -> This allows full recursive write access to the complete `$APPLOG` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-applog-write-recursive" @@ -436,7 +436,7 @@ ] }, { - "description": "fs:allow-audio-write-recursive -> This allows full recusrive write access to the complete `$AUDIO` folder, files and subdirectories.", + "description": "fs:allow-audio-write-recursive -> This allows full recursive write access to the complete `$AUDIO` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-audio-write-recursive" @@ -478,7 +478,7 @@ ] }, { - "description": "fs:allow-cache-write-recursive -> This allows full recusrive write access to the complete `$CACHE` folder, files and subdirectories.", + "description": "fs:allow-cache-write-recursive -> This allows full recursive write access to the complete `$CACHE` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-cache-write-recursive" @@ -520,7 +520,7 @@ ] }, { - "description": "fs:allow-config-write-recursive -> This allows full recusrive write access to the complete `$CONFIG` folder, files and subdirectories.", + "description": "fs:allow-config-write-recursive -> This allows full recursive write access to the complete `$CONFIG` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-config-write-recursive" @@ -562,7 +562,7 @@ ] }, { - "description": "fs:allow-data-write-recursive -> This allows full recusrive write access to the complete `$DATA` folder, files and subdirectories.", + "description": "fs:allow-data-write-recursive -> This allows full recursive write access to the complete `$DATA` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-data-write-recursive" @@ -604,7 +604,7 @@ ] }, { - "description": "fs:allow-desktop-write-recursive -> This allows full recusrive write access to the complete `$DESKTOP` folder, files and subdirectories.", + "description": "fs:allow-desktop-write-recursive -> This allows full recursive write access to the complete `$DESKTOP` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-desktop-write-recursive" @@ -646,7 +646,7 @@ ] }, { - "description": "fs:allow-document-write-recursive -> This allows full recusrive write access to the complete `$DOCUMENT` folder, files and subdirectories.", + "description": "fs:allow-document-write-recursive -> This allows full recursive write access to the complete `$DOCUMENT` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-document-write-recursive" @@ -688,7 +688,7 @@ ] }, { - "description": "fs:allow-download-write-recursive -> This allows full recusrive write access to the complete `$DOWNLOAD` folder, files and subdirectories.", + "description": "fs:allow-download-write-recursive -> This allows full recursive write access to the complete `$DOWNLOAD` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-download-write-recursive" @@ -730,7 +730,7 @@ ] }, { - "description": "fs:allow-exe-write-recursive -> This allows full recusrive write access to the complete `$EXE` folder, files and subdirectories.", + "description": "fs:allow-exe-write-recursive -> This allows full recursive write access to the complete `$EXE` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-exe-write-recursive" @@ -772,7 +772,7 @@ ] }, { - "description": "fs:allow-font-write-recursive -> This allows full recusrive write access to the complete `$FONT` folder, files and subdirectories.", + "description": "fs:allow-font-write-recursive -> This allows full recursive write access to the complete `$FONT` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-font-write-recursive" @@ -814,7 +814,7 @@ ] }, { - "description": "fs:allow-home-write-recursive -> This allows full recusrive write access to the complete `$HOME` folder, files and subdirectories.", + "description": "fs:allow-home-write-recursive -> This allows full recursive write access to the complete `$HOME` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-home-write-recursive" @@ -856,7 +856,7 @@ ] }, { - "description": "fs:allow-localdata-write-recursive -> This allows full recusrive write access to the complete `$LOCALDATA` folder, files and subdirectories.", + "description": "fs:allow-localdata-write-recursive -> This allows full recursive write access to the complete `$LOCALDATA` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-localdata-write-recursive" @@ -898,7 +898,7 @@ ] }, { - "description": "fs:allow-log-write-recursive -> This allows full recusrive write access to the complete `$LOG` folder, files and subdirectories.", + "description": "fs:allow-log-write-recursive -> This allows full recursive write access to the complete `$LOG` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-log-write-recursive" @@ -940,7 +940,7 @@ ] }, { - "description": "fs:allow-picture-write-recursive -> This allows full recusrive write access to the complete `$PICTURE` folder, files and subdirectories.", + "description": "fs:allow-picture-write-recursive -> This allows full recursive write access to the complete `$PICTURE` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-picture-write-recursive" @@ -982,7 +982,7 @@ ] }, { - "description": "fs:allow-public-write-recursive -> This allows full recusrive write access to the complete `$PUBLIC` folder, files and subdirectories.", + "description": "fs:allow-public-write-recursive -> This allows full recursive write access to the complete `$PUBLIC` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-public-write-recursive" @@ -1024,7 +1024,7 @@ ] }, { - "description": "fs:allow-resource-write-recursive -> This allows full recusrive write access to the complete `$RESOURCE` folder, files and subdirectories.", + "description": "fs:allow-resource-write-recursive -> This allows full recursive write access to the complete `$RESOURCE` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-resource-write-recursive" @@ -1066,7 +1066,7 @@ ] }, { - "description": "fs:allow-runtime-write-recursive -> This allows full recusrive write access to the complete `$RUNTIME` folder, files and subdirectories.", + "description": "fs:allow-runtime-write-recursive -> This allows full recursive write access to the complete `$RUNTIME` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-runtime-write-recursive" @@ -1108,7 +1108,7 @@ ] }, { - "description": "fs:allow-temp-write-recursive -> This allows full recusrive write access to the complete `$TEMP` folder, files and subdirectories.", + "description": "fs:allow-temp-write-recursive -> This allows full recursive write access to the complete `$TEMP` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-temp-write-recursive" @@ -1150,7 +1150,7 @@ ] }, { - "description": "fs:allow-template-write-recursive -> This allows full recusrive write access to the complete `$TEMPLATE` folder, files and subdirectories.", + "description": "fs:allow-template-write-recursive -> This allows full recursive write access to the complete `$TEMPLATE` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-template-write-recursive" @@ -1192,7 +1192,7 @@ ] }, { - "description": "fs:allow-video-write-recursive -> This allows full recusrive write access to the complete `$VIDEO` folder, files and subdirectories.", + "description": "fs:allow-video-write-recursive -> This allows full recursive write access to the complete `$VIDEO` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-video-write-recursive" @@ -2817,7 +2817,7 @@ ] }, { - "description": "fs:allow-app-write-recursive -> This allows full recusrive write access to the complete `$APP` folder, files and subdirectories.", + "description": "fs:allow-app-write-recursive -> This allows full recursive write access to the complete `$APP` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-app-write-recursive" @@ -2859,7 +2859,7 @@ ] }, { - "description": "fs:allow-appcache-write-recursive -> This allows full recusrive write access to the complete `$APPCACHE` folder, files and subdirectories.", + "description": "fs:allow-appcache-write-recursive -> This allows full recursive write access to the complete `$APPCACHE` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-appcache-write-recursive" @@ -2901,7 +2901,7 @@ ] }, { - "description": "fs:allow-appconfig-write-recursive -> This allows full recusrive write access to the complete `$APPCONFIG` folder, files and subdirectories.", + "description": "fs:allow-appconfig-write-recursive -> This allows full recursive write access to the complete `$APPCONFIG` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-appconfig-write-recursive" @@ -2943,7 +2943,7 @@ ] }, { - "description": "fs:allow-appdata-write-recursive -> This allows full recusrive write access to the complete `$APPDATA` folder, files and subdirectories.", + "description": "fs:allow-appdata-write-recursive -> This allows full recursive write access to the complete `$APPDATA` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-appdata-write-recursive" @@ -2985,7 +2985,7 @@ ] }, { - "description": "fs:allow-applocaldata-write-recursive -> This allows full recusrive write access to the complete `$APPLOCALDATA` folder, files and subdirectories.", + "description": "fs:allow-applocaldata-write-recursive -> This allows full recursive write access to the complete `$APPLOCALDATA` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-applocaldata-write-recursive" @@ -3027,7 +3027,7 @@ ] }, { - "description": "fs:allow-applog-write-recursive -> This allows full recusrive write access to the complete `$APPLOG` folder, files and subdirectories.", + "description": "fs:allow-applog-write-recursive -> This allows full recursive write access to the complete `$APPLOG` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-applog-write-recursive" @@ -3069,7 +3069,7 @@ ] }, { - "description": "fs:allow-audio-write-recursive -> This allows full recusrive write access to the complete `$AUDIO` folder, files and subdirectories.", + "description": "fs:allow-audio-write-recursive -> This allows full recursive write access to the complete `$AUDIO` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-audio-write-recursive" @@ -3111,7 +3111,7 @@ ] }, { - "description": "fs:allow-cache-write-recursive -> This allows full recusrive write access to the complete `$CACHE` folder, files and subdirectories.", + "description": "fs:allow-cache-write-recursive -> This allows full recursive write access to the complete `$CACHE` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-cache-write-recursive" @@ -3153,7 +3153,7 @@ ] }, { - "description": "fs:allow-config-write-recursive -> This allows full recusrive write access to the complete `$CONFIG` folder, files and subdirectories.", + "description": "fs:allow-config-write-recursive -> This allows full recursive write access to the complete `$CONFIG` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-config-write-recursive" @@ -3195,7 +3195,7 @@ ] }, { - "description": "fs:allow-data-write-recursive -> This allows full recusrive write access to the complete `$DATA` folder, files and subdirectories.", + "description": "fs:allow-data-write-recursive -> This allows full recursive write access to the complete `$DATA` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-data-write-recursive" @@ -3237,7 +3237,7 @@ ] }, { - "description": "fs:allow-desktop-write-recursive -> This allows full recusrive write access to the complete `$DESKTOP` folder, files and subdirectories.", + "description": "fs:allow-desktop-write-recursive -> This allows full recursive write access to the complete `$DESKTOP` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-desktop-write-recursive" @@ -3279,7 +3279,7 @@ ] }, { - "description": "fs:allow-document-write-recursive -> This allows full recusrive write access to the complete `$DOCUMENT` folder, files and subdirectories.", + "description": "fs:allow-document-write-recursive -> This allows full recursive write access to the complete `$DOCUMENT` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-document-write-recursive" @@ -3321,7 +3321,7 @@ ] }, { - "description": "fs:allow-download-write-recursive -> This allows full recusrive write access to the complete `$DOWNLOAD` folder, files and subdirectories.", + "description": "fs:allow-download-write-recursive -> This allows full recursive write access to the complete `$DOWNLOAD` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-download-write-recursive" @@ -3363,7 +3363,7 @@ ] }, { - "description": "fs:allow-exe-write-recursive -> This allows full recusrive write access to the complete `$EXE` folder, files and subdirectories.", + "description": "fs:allow-exe-write-recursive -> This allows full recursive write access to the complete `$EXE` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-exe-write-recursive" @@ -3405,7 +3405,7 @@ ] }, { - "description": "fs:allow-font-write-recursive -> This allows full recusrive write access to the complete `$FONT` folder, files and subdirectories.", + "description": "fs:allow-font-write-recursive -> This allows full recursive write access to the complete `$FONT` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-font-write-recursive" @@ -3447,7 +3447,7 @@ ] }, { - "description": "fs:allow-home-write-recursive -> This allows full recusrive write access to the complete `$HOME` folder, files and subdirectories.", + "description": "fs:allow-home-write-recursive -> This allows full recursive write access to the complete `$HOME` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-home-write-recursive" @@ -3489,7 +3489,7 @@ ] }, { - "description": "fs:allow-localdata-write-recursive -> This allows full recusrive write access to the complete `$LOCALDATA` folder, files and subdirectories.", + "description": "fs:allow-localdata-write-recursive -> This allows full recursive write access to the complete `$LOCALDATA` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-localdata-write-recursive" @@ -3531,7 +3531,7 @@ ] }, { - "description": "fs:allow-log-write-recursive -> This allows full recusrive write access to the complete `$LOG` folder, files and subdirectories.", + "description": "fs:allow-log-write-recursive -> This allows full recursive write access to the complete `$LOG` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-log-write-recursive" @@ -3573,7 +3573,7 @@ ] }, { - "description": "fs:allow-picture-write-recursive -> This allows full recusrive write access to the complete `$PICTURE` folder, files and subdirectories.", + "description": "fs:allow-picture-write-recursive -> This allows full recursive write access to the complete `$PICTURE` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-picture-write-recursive" @@ -3615,7 +3615,7 @@ ] }, { - "description": "fs:allow-public-write-recursive -> This allows full recusrive write access to the complete `$PUBLIC` folder, files and subdirectories.", + "description": "fs:allow-public-write-recursive -> This allows full recursive write access to the complete `$PUBLIC` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-public-write-recursive" @@ -3657,7 +3657,7 @@ ] }, { - "description": "fs:allow-resource-write-recursive -> This allows full recusrive write access to the complete `$RESOURCE` folder, files and subdirectories.", + "description": "fs:allow-resource-write-recursive -> This allows full recursive write access to the complete `$RESOURCE` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-resource-write-recursive" @@ -3699,7 +3699,7 @@ ] }, { - "description": "fs:allow-runtime-write-recursive -> This allows full recusrive write access to the complete `$RUNTIME` folder, files and subdirectories.", + "description": "fs:allow-runtime-write-recursive -> This allows full recursive write access to the complete `$RUNTIME` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-runtime-write-recursive" @@ -3741,7 +3741,7 @@ ] }, { - "description": "fs:allow-temp-write-recursive -> This allows full recusrive write access to the complete `$TEMP` folder, files and subdirectories.", + "description": "fs:allow-temp-write-recursive -> This allows full recursive write access to the complete `$TEMP` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-temp-write-recursive" @@ -3783,7 +3783,7 @@ ] }, { - "description": "fs:allow-template-write-recursive -> This allows full recusrive write access to the complete `$TEMPLATE` folder, files and subdirectories.", + "description": "fs:allow-template-write-recursive -> This allows full recursive write access to the complete `$TEMPLATE` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-template-write-recursive" @@ -3825,7 +3825,7 @@ ] }, { - "description": "fs:allow-video-write-recursive -> This allows full recusrive write access to the complete `$VIDEO` folder, files and subdirectories.", + "description": "fs:allow-video-write-recursive -> This allows full recursive write access to the complete `$VIDEO` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-video-write-recursive" diff --git a/examples/api/src-tauri/gen/schemas/mobile-schema.json b/examples/api/src-tauri/gen/schemas/mobile-schema.json index 645d218034..cc95e10567 100644 --- a/examples/api/src-tauri/gen/schemas/mobile-schema.json +++ b/examples/api/src-tauri/gen/schemas/mobile-schema.json @@ -184,7 +184,7 @@ ] }, { - "description": "fs:allow-app-write-recursive -> This allows full recusrive write access to the complete `$APP` folder, files and subdirectories.", + "description": "fs:allow-app-write-recursive -> This allows full recursive write access to the complete `$APP` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-app-write-recursive" @@ -226,7 +226,7 @@ ] }, { - "description": "fs:allow-appcache-write-recursive -> This allows full recusrive write access to the complete `$APPCACHE` folder, files and subdirectories.", + "description": "fs:allow-appcache-write-recursive -> This allows full recursive write access to the complete `$APPCACHE` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-appcache-write-recursive" @@ -268,7 +268,7 @@ ] }, { - "description": "fs:allow-appconfig-write-recursive -> This allows full recusrive write access to the complete `$APPCONFIG` folder, files and subdirectories.", + "description": "fs:allow-appconfig-write-recursive -> This allows full recursive write access to the complete `$APPCONFIG` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-appconfig-write-recursive" @@ -310,7 +310,7 @@ ] }, { - "description": "fs:allow-appdata-write-recursive -> This allows full recusrive write access to the complete `$APPDATA` folder, files and subdirectories.", + "description": "fs:allow-appdata-write-recursive -> This allows full recursive write access to the complete `$APPDATA` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-appdata-write-recursive" @@ -352,7 +352,7 @@ ] }, { - "description": "fs:allow-applocaldata-write-recursive -> This allows full recusrive write access to the complete `$APPLOCALDATA` folder, files and subdirectories.", + "description": "fs:allow-applocaldata-write-recursive -> This allows full recursive write access to the complete `$APPLOCALDATA` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-applocaldata-write-recursive" @@ -394,7 +394,7 @@ ] }, { - "description": "fs:allow-applog-write-recursive -> This allows full recusrive write access to the complete `$APPLOG` folder, files and subdirectories.", + "description": "fs:allow-applog-write-recursive -> This allows full recursive write access to the complete `$APPLOG` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-applog-write-recursive" @@ -436,7 +436,7 @@ ] }, { - "description": "fs:allow-audio-write-recursive -> This allows full recusrive write access to the complete `$AUDIO` folder, files and subdirectories.", + "description": "fs:allow-audio-write-recursive -> This allows full recursive write access to the complete `$AUDIO` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-audio-write-recursive" @@ -478,7 +478,7 @@ ] }, { - "description": "fs:allow-cache-write-recursive -> This allows full recusrive write access to the complete `$CACHE` folder, files and subdirectories.", + "description": "fs:allow-cache-write-recursive -> This allows full recursive write access to the complete `$CACHE` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-cache-write-recursive" @@ -520,7 +520,7 @@ ] }, { - "description": "fs:allow-config-write-recursive -> This allows full recusrive write access to the complete `$CONFIG` folder, files and subdirectories.", + "description": "fs:allow-config-write-recursive -> This allows full recursive write access to the complete `$CONFIG` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-config-write-recursive" @@ -562,7 +562,7 @@ ] }, { - "description": "fs:allow-data-write-recursive -> This allows full recusrive write access to the complete `$DATA` folder, files and subdirectories.", + "description": "fs:allow-data-write-recursive -> This allows full recursive write access to the complete `$DATA` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-data-write-recursive" @@ -604,7 +604,7 @@ ] }, { - "description": "fs:allow-desktop-write-recursive -> This allows full recusrive write access to the complete `$DESKTOP` folder, files and subdirectories.", + "description": "fs:allow-desktop-write-recursive -> This allows full recursive write access to the complete `$DESKTOP` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-desktop-write-recursive" @@ -646,7 +646,7 @@ ] }, { - "description": "fs:allow-document-write-recursive -> This allows full recusrive write access to the complete `$DOCUMENT` folder, files and subdirectories.", + "description": "fs:allow-document-write-recursive -> This allows full recursive write access to the complete `$DOCUMENT` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-document-write-recursive" @@ -688,7 +688,7 @@ ] }, { - "description": "fs:allow-download-write-recursive -> This allows full recusrive write access to the complete `$DOWNLOAD` folder, files and subdirectories.", + "description": "fs:allow-download-write-recursive -> This allows full recursive write access to the complete `$DOWNLOAD` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-download-write-recursive" @@ -730,7 +730,7 @@ ] }, { - "description": "fs:allow-exe-write-recursive -> This allows full recusrive write access to the complete `$EXE` folder, files and subdirectories.", + "description": "fs:allow-exe-write-recursive -> This allows full recursive write access to the complete `$EXE` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-exe-write-recursive" @@ -772,7 +772,7 @@ ] }, { - "description": "fs:allow-font-write-recursive -> This allows full recusrive write access to the complete `$FONT` folder, files and subdirectories.", + "description": "fs:allow-font-write-recursive -> This allows full recursive write access to the complete `$FONT` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-font-write-recursive" @@ -814,7 +814,7 @@ ] }, { - "description": "fs:allow-home-write-recursive -> This allows full recusrive write access to the complete `$HOME` folder, files and subdirectories.", + "description": "fs:allow-home-write-recursive -> This allows full recursive write access to the complete `$HOME` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-home-write-recursive" @@ -856,7 +856,7 @@ ] }, { - "description": "fs:allow-localdata-write-recursive -> This allows full recusrive write access to the complete `$LOCALDATA` folder, files and subdirectories.", + "description": "fs:allow-localdata-write-recursive -> This allows full recursive write access to the complete `$LOCALDATA` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-localdata-write-recursive" @@ -898,7 +898,7 @@ ] }, { - "description": "fs:allow-log-write-recursive -> This allows full recusrive write access to the complete `$LOG` folder, files and subdirectories.", + "description": "fs:allow-log-write-recursive -> This allows full recursive write access to the complete `$LOG` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-log-write-recursive" @@ -940,7 +940,7 @@ ] }, { - "description": "fs:allow-picture-write-recursive -> This allows full recusrive write access to the complete `$PICTURE` folder, files and subdirectories.", + "description": "fs:allow-picture-write-recursive -> This allows full recursive write access to the complete `$PICTURE` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-picture-write-recursive" @@ -982,7 +982,7 @@ ] }, { - "description": "fs:allow-public-write-recursive -> This allows full recusrive write access to the complete `$PUBLIC` folder, files and subdirectories.", + "description": "fs:allow-public-write-recursive -> This allows full recursive write access to the complete `$PUBLIC` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-public-write-recursive" @@ -1024,7 +1024,7 @@ ] }, { - "description": "fs:allow-resource-write-recursive -> This allows full recusrive write access to the complete `$RESOURCE` folder, files and subdirectories.", + "description": "fs:allow-resource-write-recursive -> This allows full recursive write access to the complete `$RESOURCE` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-resource-write-recursive" @@ -1066,7 +1066,7 @@ ] }, { - "description": "fs:allow-runtime-write-recursive -> This allows full recusrive write access to the complete `$RUNTIME` folder, files and subdirectories.", + "description": "fs:allow-runtime-write-recursive -> This allows full recursive write access to the complete `$RUNTIME` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-runtime-write-recursive" @@ -1108,7 +1108,7 @@ ] }, { - "description": "fs:allow-temp-write-recursive -> This allows full recusrive write access to the complete `$TEMP` folder, files and subdirectories.", + "description": "fs:allow-temp-write-recursive -> This allows full recursive write access to the complete `$TEMP` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-temp-write-recursive" @@ -1150,7 +1150,7 @@ ] }, { - "description": "fs:allow-template-write-recursive -> This allows full recusrive write access to the complete `$TEMPLATE` folder, files and subdirectories.", + "description": "fs:allow-template-write-recursive -> This allows full recursive write access to the complete `$TEMPLATE` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-template-write-recursive" @@ -1192,7 +1192,7 @@ ] }, { - "description": "fs:allow-video-write-recursive -> This allows full recusrive write access to the complete `$VIDEO` folder, files and subdirectories.", + "description": "fs:allow-video-write-recursive -> This allows full recursive write access to the complete `$VIDEO` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-video-write-recursive" @@ -2920,7 +2920,7 @@ ] }, { - "description": "fs:allow-app-write-recursive -> This allows full recusrive write access to the complete `$APP` folder, files and subdirectories.", + "description": "fs:allow-app-write-recursive -> This allows full recursive write access to the complete `$APP` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-app-write-recursive" @@ -2962,7 +2962,7 @@ ] }, { - "description": "fs:allow-appcache-write-recursive -> This allows full recusrive write access to the complete `$APPCACHE` folder, files and subdirectories.", + "description": "fs:allow-appcache-write-recursive -> This allows full recursive write access to the complete `$APPCACHE` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-appcache-write-recursive" @@ -3004,7 +3004,7 @@ ] }, { - "description": "fs:allow-appconfig-write-recursive -> This allows full recusrive write access to the complete `$APPCONFIG` folder, files and subdirectories.", + "description": "fs:allow-appconfig-write-recursive -> This allows full recursive write access to the complete `$APPCONFIG` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-appconfig-write-recursive" @@ -3046,7 +3046,7 @@ ] }, { - "description": "fs:allow-appdata-write-recursive -> This allows full recusrive write access to the complete `$APPDATA` folder, files and subdirectories.", + "description": "fs:allow-appdata-write-recursive -> This allows full recursive write access to the complete `$APPDATA` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-appdata-write-recursive" @@ -3088,7 +3088,7 @@ ] }, { - "description": "fs:allow-applocaldata-write-recursive -> This allows full recusrive write access to the complete `$APPLOCALDATA` folder, files and subdirectories.", + "description": "fs:allow-applocaldata-write-recursive -> This allows full recursive write access to the complete `$APPLOCALDATA` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-applocaldata-write-recursive" @@ -3130,7 +3130,7 @@ ] }, { - "description": "fs:allow-applog-write-recursive -> This allows full recusrive write access to the complete `$APPLOG` folder, files and subdirectories.", + "description": "fs:allow-applog-write-recursive -> This allows full recursive write access to the complete `$APPLOG` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-applog-write-recursive" @@ -3172,7 +3172,7 @@ ] }, { - "description": "fs:allow-audio-write-recursive -> This allows full recusrive write access to the complete `$AUDIO` folder, files and subdirectories.", + "description": "fs:allow-audio-write-recursive -> This allows full recursive write access to the complete `$AUDIO` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-audio-write-recursive" @@ -3214,7 +3214,7 @@ ] }, { - "description": "fs:allow-cache-write-recursive -> This allows full recusrive write access to the complete `$CACHE` folder, files and subdirectories.", + "description": "fs:allow-cache-write-recursive -> This allows full recursive write access to the complete `$CACHE` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-cache-write-recursive" @@ -3256,7 +3256,7 @@ ] }, { - "description": "fs:allow-config-write-recursive -> This allows full recusrive write access to the complete `$CONFIG` folder, files and subdirectories.", + "description": "fs:allow-config-write-recursive -> This allows full recursive write access to the complete `$CONFIG` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-config-write-recursive" @@ -3298,7 +3298,7 @@ ] }, { - "description": "fs:allow-data-write-recursive -> This allows full recusrive write access to the complete `$DATA` folder, files and subdirectories.", + "description": "fs:allow-data-write-recursive -> This allows full recursive write access to the complete `$DATA` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-data-write-recursive" @@ -3340,7 +3340,7 @@ ] }, { - "description": "fs:allow-desktop-write-recursive -> This allows full recusrive write access to the complete `$DESKTOP` folder, files and subdirectories.", + "description": "fs:allow-desktop-write-recursive -> This allows full recursive write access to the complete `$DESKTOP` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-desktop-write-recursive" @@ -3382,7 +3382,7 @@ ] }, { - "description": "fs:allow-document-write-recursive -> This allows full recusrive write access to the complete `$DOCUMENT` folder, files and subdirectories.", + "description": "fs:allow-document-write-recursive -> This allows full recursive write access to the complete `$DOCUMENT` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-document-write-recursive" @@ -3424,7 +3424,7 @@ ] }, { - "description": "fs:allow-download-write-recursive -> This allows full recusrive write access to the complete `$DOWNLOAD` folder, files and subdirectories.", + "description": "fs:allow-download-write-recursive -> This allows full recursive write access to the complete `$DOWNLOAD` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-download-write-recursive" @@ -3466,7 +3466,7 @@ ] }, { - "description": "fs:allow-exe-write-recursive -> This allows full recusrive write access to the complete `$EXE` folder, files and subdirectories.", + "description": "fs:allow-exe-write-recursive -> This allows full recursive write access to the complete `$EXE` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-exe-write-recursive" @@ -3508,7 +3508,7 @@ ] }, { - "description": "fs:allow-font-write-recursive -> This allows full recusrive write access to the complete `$FONT` folder, files and subdirectories.", + "description": "fs:allow-font-write-recursive -> This allows full recursive write access to the complete `$FONT` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-font-write-recursive" @@ -3550,7 +3550,7 @@ ] }, { - "description": "fs:allow-home-write-recursive -> This allows full recusrive write access to the complete `$HOME` folder, files and subdirectories.", + "description": "fs:allow-home-write-recursive -> This allows full recursive write access to the complete `$HOME` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-home-write-recursive" @@ -3592,7 +3592,7 @@ ] }, { - "description": "fs:allow-localdata-write-recursive -> This allows full recusrive write access to the complete `$LOCALDATA` folder, files and subdirectories.", + "description": "fs:allow-localdata-write-recursive -> This allows full recursive write access to the complete `$LOCALDATA` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-localdata-write-recursive" @@ -3634,7 +3634,7 @@ ] }, { - "description": "fs:allow-log-write-recursive -> This allows full recusrive write access to the complete `$LOG` folder, files and subdirectories.", + "description": "fs:allow-log-write-recursive -> This allows full recursive write access to the complete `$LOG` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-log-write-recursive" @@ -3676,7 +3676,7 @@ ] }, { - "description": "fs:allow-picture-write-recursive -> This allows full recusrive write access to the complete `$PICTURE` folder, files and subdirectories.", + "description": "fs:allow-picture-write-recursive -> This allows full recursive write access to the complete `$PICTURE` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-picture-write-recursive" @@ -3718,7 +3718,7 @@ ] }, { - "description": "fs:allow-public-write-recursive -> This allows full recusrive write access to the complete `$PUBLIC` folder, files and subdirectories.", + "description": "fs:allow-public-write-recursive -> This allows full recursive write access to the complete `$PUBLIC` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-public-write-recursive" @@ -3760,7 +3760,7 @@ ] }, { - "description": "fs:allow-resource-write-recursive -> This allows full recusrive write access to the complete `$RESOURCE` folder, files and subdirectories.", + "description": "fs:allow-resource-write-recursive -> This allows full recursive write access to the complete `$RESOURCE` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-resource-write-recursive" @@ -3802,7 +3802,7 @@ ] }, { - "description": "fs:allow-runtime-write-recursive -> This allows full recusrive write access to the complete `$RUNTIME` folder, files and subdirectories.", + "description": "fs:allow-runtime-write-recursive -> This allows full recursive write access to the complete `$RUNTIME` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-runtime-write-recursive" @@ -3844,7 +3844,7 @@ ] }, { - "description": "fs:allow-temp-write-recursive -> This allows full recusrive write access to the complete `$TEMP` folder, files and subdirectories.", + "description": "fs:allow-temp-write-recursive -> This allows full recursive write access to the complete `$TEMP` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-temp-write-recursive" @@ -3886,7 +3886,7 @@ ] }, { - "description": "fs:allow-template-write-recursive -> This allows full recusrive write access to the complete `$TEMPLATE` folder, files and subdirectories.", + "description": "fs:allow-template-write-recursive -> This allows full recursive write access to the complete `$TEMPLATE` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-template-write-recursive" @@ -3928,7 +3928,7 @@ ] }, { - "description": "fs:allow-video-write-recursive -> This allows full recusrive write access to the complete `$VIDEO` folder, files and subdirectories.", + "description": "fs:allow-video-write-recursive -> This allows full recursive write access to the complete `$VIDEO` folder, files and subdirectories.", "type": "string", "enum": [ "fs:allow-video-write-recursive" diff --git a/plugins/fs/build.rs b/plugins/fs/build.rs index d60ca6f6ba..66a7fa9fb9 100644 --- a/plugins/fs/build.rs +++ b/plugins/fs/build.rs @@ -141,7 +141,7 @@ permissions = [ [[set]] identifier = "allow-{lower}-write-recursive" -description = "This allows full recusrive write access to the complete `${upper}` folder, files and subdirectories." +description = "This allows full recursive write access to the complete `${upper}` folder, files and subdirectories." permissions = [ "write-all", "scope-{lower}-recursive" diff --git a/plugins/fs/permissions/autogenerated/base-directories/app.toml b/plugins/fs/permissions/autogenerated/base-directories/app.toml index 37eaadcf3a..d4acde100a 100644 --- a/plugins/fs/permissions/autogenerated/base-directories/app.toml +++ b/plugins/fs/permissions/autogenerated/base-directories/app.toml @@ -39,7 +39,7 @@ permissions = [ [[set]] identifier = "allow-app-write-recursive" -description = "This allows full recusrive write access to the complete `$APP` folder, files and subdirectories." +description = "This allows full recursive write access to the complete `$APP` folder, files and subdirectories." permissions = [ "write-all", "scope-app-recursive" diff --git a/plugins/fs/permissions/autogenerated/base-directories/appcache.toml b/plugins/fs/permissions/autogenerated/base-directories/appcache.toml index 4deca0ff95..b1a6d44a36 100644 --- a/plugins/fs/permissions/autogenerated/base-directories/appcache.toml +++ b/plugins/fs/permissions/autogenerated/base-directories/appcache.toml @@ -39,7 +39,7 @@ permissions = [ [[set]] identifier = "allow-appcache-write-recursive" -description = "This allows full recusrive write access to the complete `$APPCACHE` folder, files and subdirectories." +description = "This allows full recursive write access to the complete `$APPCACHE` folder, files and subdirectories." permissions = [ "write-all", "scope-appcache-recursive" diff --git a/plugins/fs/permissions/autogenerated/base-directories/appconfig.toml b/plugins/fs/permissions/autogenerated/base-directories/appconfig.toml index e87229a750..d4219e5c93 100644 --- a/plugins/fs/permissions/autogenerated/base-directories/appconfig.toml +++ b/plugins/fs/permissions/autogenerated/base-directories/appconfig.toml @@ -39,7 +39,7 @@ permissions = [ [[set]] identifier = "allow-appconfig-write-recursive" -description = "This allows full recusrive write access to the complete `$APPCONFIG` folder, files and subdirectories." +description = "This allows full recursive write access to the complete `$APPCONFIG` folder, files and subdirectories." permissions = [ "write-all", "scope-appconfig-recursive" diff --git a/plugins/fs/permissions/autogenerated/base-directories/appdata.toml b/plugins/fs/permissions/autogenerated/base-directories/appdata.toml index fc080b3ae0..f95241b7ac 100644 --- a/plugins/fs/permissions/autogenerated/base-directories/appdata.toml +++ b/plugins/fs/permissions/autogenerated/base-directories/appdata.toml @@ -39,7 +39,7 @@ permissions = [ [[set]] identifier = "allow-appdata-write-recursive" -description = "This allows full recusrive write access to the complete `$APPDATA` folder, files and subdirectories." +description = "This allows full recursive write access to the complete `$APPDATA` folder, files and subdirectories." permissions = [ "write-all", "scope-appdata-recursive" diff --git a/plugins/fs/permissions/autogenerated/base-directories/applocaldata.toml b/plugins/fs/permissions/autogenerated/base-directories/applocaldata.toml index f72202a23c..5c74af49fb 100644 --- a/plugins/fs/permissions/autogenerated/base-directories/applocaldata.toml +++ b/plugins/fs/permissions/autogenerated/base-directories/applocaldata.toml @@ -39,7 +39,7 @@ permissions = [ [[set]] identifier = "allow-applocaldata-write-recursive" -description = "This allows full recusrive write access to the complete `$APPLOCALDATA` folder, files and subdirectories." +description = "This allows full recursive write access to the complete `$APPLOCALDATA` folder, files and subdirectories." permissions = [ "write-all", "scope-applocaldata-recursive" diff --git a/plugins/fs/permissions/autogenerated/base-directories/applog.toml b/plugins/fs/permissions/autogenerated/base-directories/applog.toml index e345bef857..b637311706 100644 --- a/plugins/fs/permissions/autogenerated/base-directories/applog.toml +++ b/plugins/fs/permissions/autogenerated/base-directories/applog.toml @@ -39,7 +39,7 @@ permissions = [ [[set]] identifier = "allow-applog-write-recursive" -description = "This allows full recusrive write access to the complete `$APPLOG` folder, files and subdirectories." +description = "This allows full recursive write access to the complete `$APPLOG` folder, files and subdirectories." permissions = [ "write-all", "scope-applog-recursive" diff --git a/plugins/fs/permissions/autogenerated/base-directories/audio.toml b/plugins/fs/permissions/autogenerated/base-directories/audio.toml index adb15d935f..85e5a6bae3 100644 --- a/plugins/fs/permissions/autogenerated/base-directories/audio.toml +++ b/plugins/fs/permissions/autogenerated/base-directories/audio.toml @@ -39,7 +39,7 @@ permissions = [ [[set]] identifier = "allow-audio-write-recursive" -description = "This allows full recusrive write access to the complete `$AUDIO` folder, files and subdirectories." +description = "This allows full recursive write access to the complete `$AUDIO` folder, files and subdirectories." permissions = [ "write-all", "scope-audio-recursive" diff --git a/plugins/fs/permissions/autogenerated/base-directories/cache.toml b/plugins/fs/permissions/autogenerated/base-directories/cache.toml index b9831a77eb..049b97a8a9 100644 --- a/plugins/fs/permissions/autogenerated/base-directories/cache.toml +++ b/plugins/fs/permissions/autogenerated/base-directories/cache.toml @@ -39,7 +39,7 @@ permissions = [ [[set]] identifier = "allow-cache-write-recursive" -description = "This allows full recusrive write access to the complete `$CACHE` folder, files and subdirectories." +description = "This allows full recursive write access to the complete `$CACHE` folder, files and subdirectories." permissions = [ "write-all", "scope-cache-recursive" diff --git a/plugins/fs/permissions/autogenerated/base-directories/config.toml b/plugins/fs/permissions/autogenerated/base-directories/config.toml index 6ad6d4b1b6..8a7f307624 100644 --- a/plugins/fs/permissions/autogenerated/base-directories/config.toml +++ b/plugins/fs/permissions/autogenerated/base-directories/config.toml @@ -39,7 +39,7 @@ permissions = [ [[set]] identifier = "allow-config-write-recursive" -description = "This allows full recusrive write access to the complete `$CONFIG` folder, files and subdirectories." +description = "This allows full recursive write access to the complete `$CONFIG` folder, files and subdirectories." permissions = [ "write-all", "scope-config-recursive" diff --git a/plugins/fs/permissions/autogenerated/base-directories/data.toml b/plugins/fs/permissions/autogenerated/base-directories/data.toml index d30423ddf5..d573946081 100644 --- a/plugins/fs/permissions/autogenerated/base-directories/data.toml +++ b/plugins/fs/permissions/autogenerated/base-directories/data.toml @@ -39,7 +39,7 @@ permissions = [ [[set]] identifier = "allow-data-write-recursive" -description = "This allows full recusrive write access to the complete `$DATA` folder, files and subdirectories." +description = "This allows full recursive write access to the complete `$DATA` folder, files and subdirectories." permissions = [ "write-all", "scope-data-recursive" diff --git a/plugins/fs/permissions/autogenerated/base-directories/desktop.toml b/plugins/fs/permissions/autogenerated/base-directories/desktop.toml index 4268eb24aa..ee43d606af 100644 --- a/plugins/fs/permissions/autogenerated/base-directories/desktop.toml +++ b/plugins/fs/permissions/autogenerated/base-directories/desktop.toml @@ -39,7 +39,7 @@ permissions = [ [[set]] identifier = "allow-desktop-write-recursive" -description = "This allows full recusrive write access to the complete `$DESKTOP` folder, files and subdirectories." +description = "This allows full recursive write access to the complete `$DESKTOP` folder, files and subdirectories." permissions = [ "write-all", "scope-desktop-recursive" diff --git a/plugins/fs/permissions/autogenerated/base-directories/document.toml b/plugins/fs/permissions/autogenerated/base-directories/document.toml index 668286dba7..bfdc6cfaff 100644 --- a/plugins/fs/permissions/autogenerated/base-directories/document.toml +++ b/plugins/fs/permissions/autogenerated/base-directories/document.toml @@ -39,7 +39,7 @@ permissions = [ [[set]] identifier = "allow-document-write-recursive" -description = "This allows full recusrive write access to the complete `$DOCUMENT` folder, files and subdirectories." +description = "This allows full recursive write access to the complete `$DOCUMENT` folder, files and subdirectories." permissions = [ "write-all", "scope-document-recursive" diff --git a/plugins/fs/permissions/autogenerated/base-directories/download.toml b/plugins/fs/permissions/autogenerated/base-directories/download.toml index b9ea94d22b..0610b02694 100644 --- a/plugins/fs/permissions/autogenerated/base-directories/download.toml +++ b/plugins/fs/permissions/autogenerated/base-directories/download.toml @@ -39,7 +39,7 @@ permissions = [ [[set]] identifier = "allow-download-write-recursive" -description = "This allows full recusrive write access to the complete `$DOWNLOAD` folder, files and subdirectories." +description = "This allows full recursive write access to the complete `$DOWNLOAD` folder, files and subdirectories." permissions = [ "write-all", "scope-download-recursive" diff --git a/plugins/fs/permissions/autogenerated/base-directories/exe.toml b/plugins/fs/permissions/autogenerated/base-directories/exe.toml index 74da907a4f..d5c824f82b 100644 --- a/plugins/fs/permissions/autogenerated/base-directories/exe.toml +++ b/plugins/fs/permissions/autogenerated/base-directories/exe.toml @@ -39,7 +39,7 @@ permissions = [ [[set]] identifier = "allow-exe-write-recursive" -description = "This allows full recusrive write access to the complete `$EXE` folder, files and subdirectories." +description = "This allows full recursive write access to the complete `$EXE` folder, files and subdirectories." permissions = [ "write-all", "scope-exe-recursive" diff --git a/plugins/fs/permissions/autogenerated/base-directories/font.toml b/plugins/fs/permissions/autogenerated/base-directories/font.toml index 13cfcc37a2..bc0adf52a5 100644 --- a/plugins/fs/permissions/autogenerated/base-directories/font.toml +++ b/plugins/fs/permissions/autogenerated/base-directories/font.toml @@ -39,7 +39,7 @@ permissions = [ [[set]] identifier = "allow-font-write-recursive" -description = "This allows full recusrive write access to the complete `$FONT` folder, files and subdirectories." +description = "This allows full recursive write access to the complete `$FONT` folder, files and subdirectories." permissions = [ "write-all", "scope-font-recursive" diff --git a/plugins/fs/permissions/autogenerated/base-directories/home.toml b/plugins/fs/permissions/autogenerated/base-directories/home.toml index a48d5d7635..212b4a25ce 100644 --- a/plugins/fs/permissions/autogenerated/base-directories/home.toml +++ b/plugins/fs/permissions/autogenerated/base-directories/home.toml @@ -39,7 +39,7 @@ permissions = [ [[set]] identifier = "allow-home-write-recursive" -description = "This allows full recusrive write access to the complete `$HOME` folder, files and subdirectories." +description = "This allows full recursive write access to the complete `$HOME` folder, files and subdirectories." permissions = [ "write-all", "scope-home-recursive" diff --git a/plugins/fs/permissions/autogenerated/base-directories/localdata.toml b/plugins/fs/permissions/autogenerated/base-directories/localdata.toml index 6d0633cf4e..9090c20470 100644 --- a/plugins/fs/permissions/autogenerated/base-directories/localdata.toml +++ b/plugins/fs/permissions/autogenerated/base-directories/localdata.toml @@ -39,7 +39,7 @@ permissions = [ [[set]] identifier = "allow-localdata-write-recursive" -description = "This allows full recusrive write access to the complete `$LOCALDATA` folder, files and subdirectories." +description = "This allows full recursive write access to the complete `$LOCALDATA` folder, files and subdirectories." permissions = [ "write-all", "scope-localdata-recursive" diff --git a/plugins/fs/permissions/autogenerated/base-directories/log.toml b/plugins/fs/permissions/autogenerated/base-directories/log.toml index 81d476e642..569e782c91 100644 --- a/plugins/fs/permissions/autogenerated/base-directories/log.toml +++ b/plugins/fs/permissions/autogenerated/base-directories/log.toml @@ -39,7 +39,7 @@ permissions = [ [[set]] identifier = "allow-log-write-recursive" -description = "This allows full recusrive write access to the complete `$LOG` folder, files and subdirectories." +description = "This allows full recursive write access to the complete `$LOG` folder, files and subdirectories." permissions = [ "write-all", "scope-log-recursive" diff --git a/plugins/fs/permissions/autogenerated/base-directories/picture.toml b/plugins/fs/permissions/autogenerated/base-directories/picture.toml index 5b6c361c28..5a33398930 100644 --- a/plugins/fs/permissions/autogenerated/base-directories/picture.toml +++ b/plugins/fs/permissions/autogenerated/base-directories/picture.toml @@ -39,7 +39,7 @@ permissions = [ [[set]] identifier = "allow-picture-write-recursive" -description = "This allows full recusrive write access to the complete `$PICTURE` folder, files and subdirectories." +description = "This allows full recursive write access to the complete `$PICTURE` folder, files and subdirectories." permissions = [ "write-all", "scope-picture-recursive" diff --git a/plugins/fs/permissions/autogenerated/base-directories/public.toml b/plugins/fs/permissions/autogenerated/base-directories/public.toml index 56e65f94f6..45334801ab 100644 --- a/plugins/fs/permissions/autogenerated/base-directories/public.toml +++ b/plugins/fs/permissions/autogenerated/base-directories/public.toml @@ -39,7 +39,7 @@ permissions = [ [[set]] identifier = "allow-public-write-recursive" -description = "This allows full recusrive write access to the complete `$PUBLIC` folder, files and subdirectories." +description = "This allows full recursive write access to the complete `$PUBLIC` folder, files and subdirectories." permissions = [ "write-all", "scope-public-recursive" diff --git a/plugins/fs/permissions/autogenerated/base-directories/resource.toml b/plugins/fs/permissions/autogenerated/base-directories/resource.toml index 05dd1a5eb1..7a08c0f50d 100644 --- a/plugins/fs/permissions/autogenerated/base-directories/resource.toml +++ b/plugins/fs/permissions/autogenerated/base-directories/resource.toml @@ -39,7 +39,7 @@ permissions = [ [[set]] identifier = "allow-resource-write-recursive" -description = "This allows full recusrive write access to the complete `$RESOURCE` folder, files and subdirectories." +description = "This allows full recursive write access to the complete `$RESOURCE` folder, files and subdirectories." permissions = [ "write-all", "scope-resource-recursive" diff --git a/plugins/fs/permissions/autogenerated/base-directories/runtime.toml b/plugins/fs/permissions/autogenerated/base-directories/runtime.toml index 50569412b4..3c8ce1eb16 100644 --- a/plugins/fs/permissions/autogenerated/base-directories/runtime.toml +++ b/plugins/fs/permissions/autogenerated/base-directories/runtime.toml @@ -39,7 +39,7 @@ permissions = [ [[set]] identifier = "allow-runtime-write-recursive" -description = "This allows full recusrive write access to the complete `$RUNTIME` folder, files and subdirectories." +description = "This allows full recursive write access to the complete `$RUNTIME` folder, files and subdirectories." permissions = [ "write-all", "scope-runtime-recursive" diff --git a/plugins/fs/permissions/autogenerated/base-directories/temp.toml b/plugins/fs/permissions/autogenerated/base-directories/temp.toml index 9e359e953a..96ca190ba6 100644 --- a/plugins/fs/permissions/autogenerated/base-directories/temp.toml +++ b/plugins/fs/permissions/autogenerated/base-directories/temp.toml @@ -39,7 +39,7 @@ permissions = [ [[set]] identifier = "allow-temp-write-recursive" -description = "This allows full recusrive write access to the complete `$TEMP` folder, files and subdirectories." +description = "This allows full recursive write access to the complete `$TEMP` folder, files and subdirectories." permissions = [ "write-all", "scope-temp-recursive" diff --git a/plugins/fs/permissions/autogenerated/base-directories/template.toml b/plugins/fs/permissions/autogenerated/base-directories/template.toml index 73e6262fee..45e9639345 100644 --- a/plugins/fs/permissions/autogenerated/base-directories/template.toml +++ b/plugins/fs/permissions/autogenerated/base-directories/template.toml @@ -39,7 +39,7 @@ permissions = [ [[set]] identifier = "allow-template-write-recursive" -description = "This allows full recusrive write access to the complete `$TEMPLATE` folder, files and subdirectories." +description = "This allows full recursive write access to the complete `$TEMPLATE` folder, files and subdirectories." permissions = [ "write-all", "scope-template-recursive" diff --git a/plugins/fs/permissions/autogenerated/base-directories/video.toml b/plugins/fs/permissions/autogenerated/base-directories/video.toml index 2b73c825b8..59a6590629 100644 --- a/plugins/fs/permissions/autogenerated/base-directories/video.toml +++ b/plugins/fs/permissions/autogenerated/base-directories/video.toml @@ -39,7 +39,7 @@ permissions = [ [[set]] identifier = "allow-video-write-recursive" -description = "This allows full recusrive write access to the complete `$VIDEO` folder, files and subdirectories." +description = "This allows full recursive write access to the complete `$VIDEO` folder, files and subdirectories." permissions = [ "write-all", "scope-video-recursive" diff --git a/plugins/fs/permissions/autogenerated/reference.md b/plugins/fs/permissions/autogenerated/reference.md index 753e2505bd..e1fb94d87c 100644 --- a/plugins/fs/permissions/autogenerated/reference.md +++ b/plugins/fs/permissions/autogenerated/reference.md @@ -1,7 +1,7 @@ | Permission | Description | |------|-----| |`allow-app-read-recursive`|This allows full recursive read access to the complete `$APP` folder, files and subdirectories.| -|`allow-app-write-recursive`|This allows full recusrive write access to the complete `$APP` folder, files and subdirectories.| +|`allow-app-write-recursive`|This allows full recursive write access to the complete `$APP` folder, files and subdirectories.| |`allow-app-read`|This allows non-recursive read access to the `$APP` folder.| |`allow-app-write`|This allows non-recursive write access to the `$APP` folder.| |`allow-app-meta-recursive`|This allows read access to metadata of the `$APP` folder, including file listing and statistics.| @@ -10,7 +10,7 @@ |`scope-app`|This scope permits access to all files and list content of top level directories in the `$APP`folder.| |`scope-app-index`|This scope permits to list all files and folders in the `$APP`folder.| |`allow-appcache-read-recursive`|This allows full recursive read access to the complete `$APPCACHE` folder, files and subdirectories.| -|`allow-appcache-write-recursive`|This allows full recusrive write access to the complete `$APPCACHE` folder, files and subdirectories.| +|`allow-appcache-write-recursive`|This allows full recursive write access to the complete `$APPCACHE` folder, files and subdirectories.| |`allow-appcache-read`|This allows non-recursive read access to the `$APPCACHE` folder.| |`allow-appcache-write`|This allows non-recursive write access to the `$APPCACHE` folder.| |`allow-appcache-meta-recursive`|This allows read access to metadata of the `$APPCACHE` folder, including file listing and statistics.| @@ -19,7 +19,7 @@ |`scope-appcache`|This scope permits access to all files and list content of top level directories in the `$APPCACHE`folder.| |`scope-appcache-index`|This scope permits to list all files and folders in the `$APPCACHE`folder.| |`allow-appconfig-read-recursive`|This allows full recursive read access to the complete `$APPCONFIG` folder, files and subdirectories.| -|`allow-appconfig-write-recursive`|This allows full recusrive write access to the complete `$APPCONFIG` folder, files and subdirectories.| +|`allow-appconfig-write-recursive`|This allows full recursive write access to the complete `$APPCONFIG` folder, files and subdirectories.| |`allow-appconfig-read`|This allows non-recursive read access to the `$APPCONFIG` folder.| |`allow-appconfig-write`|This allows non-recursive write access to the `$APPCONFIG` folder.| |`allow-appconfig-meta-recursive`|This allows read access to metadata of the `$APPCONFIG` folder, including file listing and statistics.| @@ -28,7 +28,7 @@ |`scope-appconfig`|This scope permits access to all files and list content of top level directories in the `$APPCONFIG`folder.| |`scope-appconfig-index`|This scope permits to list all files and folders in the `$APPCONFIG`folder.| |`allow-appdata-read-recursive`|This allows full recursive read access to the complete `$APPDATA` folder, files and subdirectories.| -|`allow-appdata-write-recursive`|This allows full recusrive write access to the complete `$APPDATA` folder, files and subdirectories.| +|`allow-appdata-write-recursive`|This allows full recursive write access to the complete `$APPDATA` folder, files and subdirectories.| |`allow-appdata-read`|This allows non-recursive read access to the `$APPDATA` folder.| |`allow-appdata-write`|This allows non-recursive write access to the `$APPDATA` folder.| |`allow-appdata-meta-recursive`|This allows read access to metadata of the `$APPDATA` folder, including file listing and statistics.| @@ -37,7 +37,7 @@ |`scope-appdata`|This scope permits access to all files and list content of top level directories in the `$APPDATA`folder.| |`scope-appdata-index`|This scope permits to list all files and folders in the `$APPDATA`folder.| |`allow-applocaldata-read-recursive`|This allows full recursive read access to the complete `$APPLOCALDATA` folder, files and subdirectories.| -|`allow-applocaldata-write-recursive`|This allows full recusrive write access to the complete `$APPLOCALDATA` folder, files and subdirectories.| +|`allow-applocaldata-write-recursive`|This allows full recursive write access to the complete `$APPLOCALDATA` folder, files and subdirectories.| |`allow-applocaldata-read`|This allows non-recursive read access to the `$APPLOCALDATA` folder.| |`allow-applocaldata-write`|This allows non-recursive write access to the `$APPLOCALDATA` folder.| |`allow-applocaldata-meta-recursive`|This allows read access to metadata of the `$APPLOCALDATA` folder, including file listing and statistics.| @@ -46,7 +46,7 @@ |`scope-applocaldata`|This scope permits access to all files and list content of top level directories in the `$APPLOCALDATA`folder.| |`scope-applocaldata-index`|This scope permits to list all files and folders in the `$APPLOCALDATA`folder.| |`allow-applog-read-recursive`|This allows full recursive read access to the complete `$APPLOG` folder, files and subdirectories.| -|`allow-applog-write-recursive`|This allows full recusrive write access to the complete `$APPLOG` folder, files and subdirectories.| +|`allow-applog-write-recursive`|This allows full recursive write access to the complete `$APPLOG` folder, files and subdirectories.| |`allow-applog-read`|This allows non-recursive read access to the `$APPLOG` folder.| |`allow-applog-write`|This allows non-recursive write access to the `$APPLOG` folder.| |`allow-applog-meta-recursive`|This allows read access to metadata of the `$APPLOG` folder, including file listing and statistics.| @@ -55,7 +55,7 @@ |`scope-applog`|This scope permits access to all files and list content of top level directories in the `$APPLOG`folder.| |`scope-applog-index`|This scope permits to list all files and folders in the `$APPLOG`folder.| |`allow-audio-read-recursive`|This allows full recursive read access to the complete `$AUDIO` folder, files and subdirectories.| -|`allow-audio-write-recursive`|This allows full recusrive write access to the complete `$AUDIO` folder, files and subdirectories.| +|`allow-audio-write-recursive`|This allows full recursive write access to the complete `$AUDIO` folder, files and subdirectories.| |`allow-audio-read`|This allows non-recursive read access to the `$AUDIO` folder.| |`allow-audio-write`|This allows non-recursive write access to the `$AUDIO` folder.| |`allow-audio-meta-recursive`|This allows read access to metadata of the `$AUDIO` folder, including file listing and statistics.| @@ -64,7 +64,7 @@ |`scope-audio`|This scope permits access to all files and list content of top level directories in the `$AUDIO`folder.| |`scope-audio-index`|This scope permits to list all files and folders in the `$AUDIO`folder.| |`allow-cache-read-recursive`|This allows full recursive read access to the complete `$CACHE` folder, files and subdirectories.| -|`allow-cache-write-recursive`|This allows full recusrive write access to the complete `$CACHE` folder, files and subdirectories.| +|`allow-cache-write-recursive`|This allows full recursive write access to the complete `$CACHE` folder, files and subdirectories.| |`allow-cache-read`|This allows non-recursive read access to the `$CACHE` folder.| |`allow-cache-write`|This allows non-recursive write access to the `$CACHE` folder.| |`allow-cache-meta-recursive`|This allows read access to metadata of the `$CACHE` folder, including file listing and statistics.| @@ -73,7 +73,7 @@ |`scope-cache`|This scope permits access to all files and list content of top level directories in the `$CACHE`folder.| |`scope-cache-index`|This scope permits to list all files and folders in the `$CACHE`folder.| |`allow-config-read-recursive`|This allows full recursive read access to the complete `$CONFIG` folder, files and subdirectories.| -|`allow-config-write-recursive`|This allows full recusrive write access to the complete `$CONFIG` folder, files and subdirectories.| +|`allow-config-write-recursive`|This allows full recursive write access to the complete `$CONFIG` folder, files and subdirectories.| |`allow-config-read`|This allows non-recursive read access to the `$CONFIG` folder.| |`allow-config-write`|This allows non-recursive write access to the `$CONFIG` folder.| |`allow-config-meta-recursive`|This allows read access to metadata of the `$CONFIG` folder, including file listing and statistics.| @@ -82,7 +82,7 @@ |`scope-config`|This scope permits access to all files and list content of top level directories in the `$CONFIG`folder.| |`scope-config-index`|This scope permits to list all files and folders in the `$CONFIG`folder.| |`allow-data-read-recursive`|This allows full recursive read access to the complete `$DATA` folder, files and subdirectories.| -|`allow-data-write-recursive`|This allows full recusrive write access to the complete `$DATA` folder, files and subdirectories.| +|`allow-data-write-recursive`|This allows full recursive write access to the complete `$DATA` folder, files and subdirectories.| |`allow-data-read`|This allows non-recursive read access to the `$DATA` folder.| |`allow-data-write`|This allows non-recursive write access to the `$DATA` folder.| |`allow-data-meta-recursive`|This allows read access to metadata of the `$DATA` folder, including file listing and statistics.| @@ -91,7 +91,7 @@ |`scope-data`|This scope permits access to all files and list content of top level directories in the `$DATA`folder.| |`scope-data-index`|This scope permits to list all files and folders in the `$DATA`folder.| |`allow-desktop-read-recursive`|This allows full recursive read access to the complete `$DESKTOP` folder, files and subdirectories.| -|`allow-desktop-write-recursive`|This allows full recusrive write access to the complete `$DESKTOP` folder, files and subdirectories.| +|`allow-desktop-write-recursive`|This allows full recursive write access to the complete `$DESKTOP` folder, files and subdirectories.| |`allow-desktop-read`|This allows non-recursive read access to the `$DESKTOP` folder.| |`allow-desktop-write`|This allows non-recursive write access to the `$DESKTOP` folder.| |`allow-desktop-meta-recursive`|This allows read access to metadata of the `$DESKTOP` folder, including file listing and statistics.| @@ -100,7 +100,7 @@ |`scope-desktop`|This scope permits access to all files and list content of top level directories in the `$DESKTOP`folder.| |`scope-desktop-index`|This scope permits to list all files and folders in the `$DESKTOP`folder.| |`allow-document-read-recursive`|This allows full recursive read access to the complete `$DOCUMENT` folder, files and subdirectories.| -|`allow-document-write-recursive`|This allows full recusrive write access to the complete `$DOCUMENT` folder, files and subdirectories.| +|`allow-document-write-recursive`|This allows full recursive write access to the complete `$DOCUMENT` folder, files and subdirectories.| |`allow-document-read`|This allows non-recursive read access to the `$DOCUMENT` folder.| |`allow-document-write`|This allows non-recursive write access to the `$DOCUMENT` folder.| |`allow-document-meta-recursive`|This allows read access to metadata of the `$DOCUMENT` folder, including file listing and statistics.| @@ -109,7 +109,7 @@ |`scope-document`|This scope permits access to all files and list content of top level directories in the `$DOCUMENT`folder.| |`scope-document-index`|This scope permits to list all files and folders in the `$DOCUMENT`folder.| |`allow-download-read-recursive`|This allows full recursive read access to the complete `$DOWNLOAD` folder, files and subdirectories.| -|`allow-download-write-recursive`|This allows full recusrive write access to the complete `$DOWNLOAD` folder, files and subdirectories.| +|`allow-download-write-recursive`|This allows full recursive write access to the complete `$DOWNLOAD` folder, files and subdirectories.| |`allow-download-read`|This allows non-recursive read access to the `$DOWNLOAD` folder.| |`allow-download-write`|This allows non-recursive write access to the `$DOWNLOAD` folder.| |`allow-download-meta-recursive`|This allows read access to metadata of the `$DOWNLOAD` folder, including file listing and statistics.| @@ -118,7 +118,7 @@ |`scope-download`|This scope permits access to all files and list content of top level directories in the `$DOWNLOAD`folder.| |`scope-download-index`|This scope permits to list all files and folders in the `$DOWNLOAD`folder.| |`allow-exe-read-recursive`|This allows full recursive read access to the complete `$EXE` folder, files and subdirectories.| -|`allow-exe-write-recursive`|This allows full recusrive write access to the complete `$EXE` folder, files and subdirectories.| +|`allow-exe-write-recursive`|This allows full recursive write access to the complete `$EXE` folder, files and subdirectories.| |`allow-exe-read`|This allows non-recursive read access to the `$EXE` folder.| |`allow-exe-write`|This allows non-recursive write access to the `$EXE` folder.| |`allow-exe-meta-recursive`|This allows read access to metadata of the `$EXE` folder, including file listing and statistics.| @@ -127,7 +127,7 @@ |`scope-exe`|This scope permits access to all files and list content of top level directories in the `$EXE`folder.| |`scope-exe-index`|This scope permits to list all files and folders in the `$EXE`folder.| |`allow-font-read-recursive`|This allows full recursive read access to the complete `$FONT` folder, files and subdirectories.| -|`allow-font-write-recursive`|This allows full recusrive write access to the complete `$FONT` folder, files and subdirectories.| +|`allow-font-write-recursive`|This allows full recursive write access to the complete `$FONT` folder, files and subdirectories.| |`allow-font-read`|This allows non-recursive read access to the `$FONT` folder.| |`allow-font-write`|This allows non-recursive write access to the `$FONT` folder.| |`allow-font-meta-recursive`|This allows read access to metadata of the `$FONT` folder, including file listing and statistics.| @@ -136,7 +136,7 @@ |`scope-font`|This scope permits access to all files and list content of top level directories in the `$FONT`folder.| |`scope-font-index`|This scope permits to list all files and folders in the `$FONT`folder.| |`allow-home-read-recursive`|This allows full recursive read access to the complete `$HOME` folder, files and subdirectories.| -|`allow-home-write-recursive`|This allows full recusrive write access to the complete `$HOME` folder, files and subdirectories.| +|`allow-home-write-recursive`|This allows full recursive write access to the complete `$HOME` folder, files and subdirectories.| |`allow-home-read`|This allows non-recursive read access to the `$HOME` folder.| |`allow-home-write`|This allows non-recursive write access to the `$HOME` folder.| |`allow-home-meta-recursive`|This allows read access to metadata of the `$HOME` folder, including file listing and statistics.| @@ -145,7 +145,7 @@ |`scope-home`|This scope permits access to all files and list content of top level directories in the `$HOME`folder.| |`scope-home-index`|This scope permits to list all files and folders in the `$HOME`folder.| |`allow-localdata-read-recursive`|This allows full recursive read access to the complete `$LOCALDATA` folder, files and subdirectories.| -|`allow-localdata-write-recursive`|This allows full recusrive write access to the complete `$LOCALDATA` folder, files and subdirectories.| +|`allow-localdata-write-recursive`|This allows full recursive write access to the complete `$LOCALDATA` folder, files and subdirectories.| |`allow-localdata-read`|This allows non-recursive read access to the `$LOCALDATA` folder.| |`allow-localdata-write`|This allows non-recursive write access to the `$LOCALDATA` folder.| |`allow-localdata-meta-recursive`|This allows read access to metadata of the `$LOCALDATA` folder, including file listing and statistics.| @@ -154,7 +154,7 @@ |`scope-localdata`|This scope permits access to all files and list content of top level directories in the `$LOCALDATA`folder.| |`scope-localdata-index`|This scope permits to list all files and folders in the `$LOCALDATA`folder.| |`allow-log-read-recursive`|This allows full recursive read access to the complete `$LOG` folder, files and subdirectories.| -|`allow-log-write-recursive`|This allows full recusrive write access to the complete `$LOG` folder, files and subdirectories.| +|`allow-log-write-recursive`|This allows full recursive write access to the complete `$LOG` folder, files and subdirectories.| |`allow-log-read`|This allows non-recursive read access to the `$LOG` folder.| |`allow-log-write`|This allows non-recursive write access to the `$LOG` folder.| |`allow-log-meta-recursive`|This allows read access to metadata of the `$LOG` folder, including file listing and statistics.| @@ -163,7 +163,7 @@ |`scope-log`|This scope permits access to all files and list content of top level directories in the `$LOG`folder.| |`scope-log-index`|This scope permits to list all files and folders in the `$LOG`folder.| |`allow-picture-read-recursive`|This allows full recursive read access to the complete `$PICTURE` folder, files and subdirectories.| -|`allow-picture-write-recursive`|This allows full recusrive write access to the complete `$PICTURE` folder, files and subdirectories.| +|`allow-picture-write-recursive`|This allows full recursive write access to the complete `$PICTURE` folder, files and subdirectories.| |`allow-picture-read`|This allows non-recursive read access to the `$PICTURE` folder.| |`allow-picture-write`|This allows non-recursive write access to the `$PICTURE` folder.| |`allow-picture-meta-recursive`|This allows read access to metadata of the `$PICTURE` folder, including file listing and statistics.| @@ -172,7 +172,7 @@ |`scope-picture`|This scope permits access to all files and list content of top level directories in the `$PICTURE`folder.| |`scope-picture-index`|This scope permits to list all files and folders in the `$PICTURE`folder.| |`allow-public-read-recursive`|This allows full recursive read access to the complete `$PUBLIC` folder, files and subdirectories.| -|`allow-public-write-recursive`|This allows full recusrive write access to the complete `$PUBLIC` folder, files and subdirectories.| +|`allow-public-write-recursive`|This allows full recursive write access to the complete `$PUBLIC` folder, files and subdirectories.| |`allow-public-read`|This allows non-recursive read access to the `$PUBLIC` folder.| |`allow-public-write`|This allows non-recursive write access to the `$PUBLIC` folder.| |`allow-public-meta-recursive`|This allows read access to metadata of the `$PUBLIC` folder, including file listing and statistics.| @@ -181,7 +181,7 @@ |`scope-public`|This scope permits access to all files and list content of top level directories in the `$PUBLIC`folder.| |`scope-public-index`|This scope permits to list all files and folders in the `$PUBLIC`folder.| |`allow-resource-read-recursive`|This allows full recursive read access to the complete `$RESOURCE` folder, files and subdirectories.| -|`allow-resource-write-recursive`|This allows full recusrive write access to the complete `$RESOURCE` folder, files and subdirectories.| +|`allow-resource-write-recursive`|This allows full recursive write access to the complete `$RESOURCE` folder, files and subdirectories.| |`allow-resource-read`|This allows non-recursive read access to the `$RESOURCE` folder.| |`allow-resource-write`|This allows non-recursive write access to the `$RESOURCE` folder.| |`allow-resource-meta-recursive`|This allows read access to metadata of the `$RESOURCE` folder, including file listing and statistics.| @@ -190,7 +190,7 @@ |`scope-resource`|This scope permits access to all files and list content of top level directories in the `$RESOURCE`folder.| |`scope-resource-index`|This scope permits to list all files and folders in the `$RESOURCE`folder.| |`allow-runtime-read-recursive`|This allows full recursive read access to the complete `$RUNTIME` folder, files and subdirectories.| -|`allow-runtime-write-recursive`|This allows full recusrive write access to the complete `$RUNTIME` folder, files and subdirectories.| +|`allow-runtime-write-recursive`|This allows full recursive write access to the complete `$RUNTIME` folder, files and subdirectories.| |`allow-runtime-read`|This allows non-recursive read access to the `$RUNTIME` folder.| |`allow-runtime-write`|This allows non-recursive write access to the `$RUNTIME` folder.| |`allow-runtime-meta-recursive`|This allows read access to metadata of the `$RUNTIME` folder, including file listing and statistics.| @@ -199,7 +199,7 @@ |`scope-runtime`|This scope permits access to all files and list content of top level directories in the `$RUNTIME`folder.| |`scope-runtime-index`|This scope permits to list all files and folders in the `$RUNTIME`folder.| |`allow-temp-read-recursive`|This allows full recursive read access to the complete `$TEMP` folder, files and subdirectories.| -|`allow-temp-write-recursive`|This allows full recusrive write access to the complete `$TEMP` folder, files and subdirectories.| +|`allow-temp-write-recursive`|This allows full recursive write access to the complete `$TEMP` folder, files and subdirectories.| |`allow-temp-read`|This allows non-recursive read access to the `$TEMP` folder.| |`allow-temp-write`|This allows non-recursive write access to the `$TEMP` folder.| |`allow-temp-meta-recursive`|This allows read access to metadata of the `$TEMP` folder, including file listing and statistics.| @@ -208,7 +208,7 @@ |`scope-temp`|This scope permits access to all files and list content of top level directories in the `$TEMP`folder.| |`scope-temp-index`|This scope permits to list all files and folders in the `$TEMP`folder.| |`allow-template-read-recursive`|This allows full recursive read access to the complete `$TEMPLATE` folder, files and subdirectories.| -|`allow-template-write-recursive`|This allows full recusrive write access to the complete `$TEMPLATE` folder, files and subdirectories.| +|`allow-template-write-recursive`|This allows full recursive write access to the complete `$TEMPLATE` folder, files and subdirectories.| |`allow-template-read`|This allows non-recursive read access to the `$TEMPLATE` folder.| |`allow-template-write`|This allows non-recursive write access to the `$TEMPLATE` folder.| |`allow-template-meta-recursive`|This allows read access to metadata of the `$TEMPLATE` folder, including file listing and statistics.| @@ -217,7 +217,7 @@ |`scope-template`|This scope permits access to all files and list content of top level directories in the `$TEMPLATE`folder.| |`scope-template-index`|This scope permits to list all files and folders in the `$TEMPLATE`folder.| |`allow-video-read-recursive`|This allows full recursive read access to the complete `$VIDEO` folder, files and subdirectories.| -|`allow-video-write-recursive`|This allows full recusrive write access to the complete `$VIDEO` folder, files and subdirectories.| +|`allow-video-write-recursive`|This allows full recursive write access to the complete `$VIDEO` folder, files and subdirectories.| |`allow-video-read`|This allows non-recursive read access to the `$VIDEO` folder.| |`allow-video-write`|This allows non-recursive write access to the `$VIDEO` folder.| |`allow-video-meta-recursive`|This allows read access to metadata of the `$VIDEO` folder, including file listing and statistics.| diff --git a/plugins/fs/permissions/schemas/schema.json b/plugins/fs/permissions/schemas/schema.json index 7f8fe82b76..da7f044b42 100644 --- a/plugins/fs/permissions/schemas/schema.json +++ b/plugins/fs/permissions/schemas/schema.json @@ -302,7 +302,7 @@ ] }, { - "description": "allow-app-write-recursive -> This allows full recusrive write access to the complete `$APP` folder, files and subdirectories.", + "description": "allow-app-write-recursive -> This allows full recursive write access to the complete `$APP` folder, files and subdirectories.", "type": "string", "enum": [ "allow-app-write-recursive" @@ -365,7 +365,7 @@ ] }, { - "description": "allow-appcache-write-recursive -> This allows full recusrive write access to the complete `$APPCACHE` folder, files and subdirectories.", + "description": "allow-appcache-write-recursive -> This allows full recursive write access to the complete `$APPCACHE` folder, files and subdirectories.", "type": "string", "enum": [ "allow-appcache-write-recursive" @@ -428,7 +428,7 @@ ] }, { - "description": "allow-appconfig-write-recursive -> This allows full recusrive write access to the complete `$APPCONFIG` folder, files and subdirectories.", + "description": "allow-appconfig-write-recursive -> This allows full recursive write access to the complete `$APPCONFIG` folder, files and subdirectories.", "type": "string", "enum": [ "allow-appconfig-write-recursive" @@ -491,7 +491,7 @@ ] }, { - "description": "allow-appdata-write-recursive -> This allows full recusrive write access to the complete `$APPDATA` folder, files and subdirectories.", + "description": "allow-appdata-write-recursive -> This allows full recursive write access to the complete `$APPDATA` folder, files and subdirectories.", "type": "string", "enum": [ "allow-appdata-write-recursive" @@ -554,7 +554,7 @@ ] }, { - "description": "allow-applocaldata-write-recursive -> This allows full recusrive write access to the complete `$APPLOCALDATA` folder, files and subdirectories.", + "description": "allow-applocaldata-write-recursive -> This allows full recursive write access to the complete `$APPLOCALDATA` folder, files and subdirectories.", "type": "string", "enum": [ "allow-applocaldata-write-recursive" @@ -617,7 +617,7 @@ ] }, { - "description": "allow-applog-write-recursive -> This allows full recusrive write access to the complete `$APPLOG` folder, files and subdirectories.", + "description": "allow-applog-write-recursive -> This allows full recursive write access to the complete `$APPLOG` folder, files and subdirectories.", "type": "string", "enum": [ "allow-applog-write-recursive" @@ -680,7 +680,7 @@ ] }, { - "description": "allow-audio-write-recursive -> This allows full recusrive write access to the complete `$AUDIO` folder, files and subdirectories.", + "description": "allow-audio-write-recursive -> This allows full recursive write access to the complete `$AUDIO` folder, files and subdirectories.", "type": "string", "enum": [ "allow-audio-write-recursive" @@ -743,7 +743,7 @@ ] }, { - "description": "allow-cache-write-recursive -> This allows full recusrive write access to the complete `$CACHE` folder, files and subdirectories.", + "description": "allow-cache-write-recursive -> This allows full recursive write access to the complete `$CACHE` folder, files and subdirectories.", "type": "string", "enum": [ "allow-cache-write-recursive" @@ -806,7 +806,7 @@ ] }, { - "description": "allow-config-write-recursive -> This allows full recusrive write access to the complete `$CONFIG` folder, files and subdirectories.", + "description": "allow-config-write-recursive -> This allows full recursive write access to the complete `$CONFIG` folder, files and subdirectories.", "type": "string", "enum": [ "allow-config-write-recursive" @@ -869,7 +869,7 @@ ] }, { - "description": "allow-data-write-recursive -> This allows full recusrive write access to the complete `$DATA` folder, files and subdirectories.", + "description": "allow-data-write-recursive -> This allows full recursive write access to the complete `$DATA` folder, files and subdirectories.", "type": "string", "enum": [ "allow-data-write-recursive" @@ -932,7 +932,7 @@ ] }, { - "description": "allow-desktop-write-recursive -> This allows full recusrive write access to the complete `$DESKTOP` folder, files and subdirectories.", + "description": "allow-desktop-write-recursive -> This allows full recursive write access to the complete `$DESKTOP` folder, files and subdirectories.", "type": "string", "enum": [ "allow-desktop-write-recursive" @@ -995,7 +995,7 @@ ] }, { - "description": "allow-document-write-recursive -> This allows full recusrive write access to the complete `$DOCUMENT` folder, files and subdirectories.", + "description": "allow-document-write-recursive -> This allows full recursive write access to the complete `$DOCUMENT` folder, files and subdirectories.", "type": "string", "enum": [ "allow-document-write-recursive" @@ -1058,7 +1058,7 @@ ] }, { - "description": "allow-download-write-recursive -> This allows full recusrive write access to the complete `$DOWNLOAD` folder, files and subdirectories.", + "description": "allow-download-write-recursive -> This allows full recursive write access to the complete `$DOWNLOAD` folder, files and subdirectories.", "type": "string", "enum": [ "allow-download-write-recursive" @@ -1121,7 +1121,7 @@ ] }, { - "description": "allow-exe-write-recursive -> This allows full recusrive write access to the complete `$EXE` folder, files and subdirectories.", + "description": "allow-exe-write-recursive -> This allows full recursive write access to the complete `$EXE` folder, files and subdirectories.", "type": "string", "enum": [ "allow-exe-write-recursive" @@ -1184,7 +1184,7 @@ ] }, { - "description": "allow-font-write-recursive -> This allows full recusrive write access to the complete `$FONT` folder, files and subdirectories.", + "description": "allow-font-write-recursive -> This allows full recursive write access to the complete `$FONT` folder, files and subdirectories.", "type": "string", "enum": [ "allow-font-write-recursive" @@ -1247,7 +1247,7 @@ ] }, { - "description": "allow-home-write-recursive -> This allows full recusrive write access to the complete `$HOME` folder, files and subdirectories.", + "description": "allow-home-write-recursive -> This allows full recursive write access to the complete `$HOME` folder, files and subdirectories.", "type": "string", "enum": [ "allow-home-write-recursive" @@ -1310,7 +1310,7 @@ ] }, { - "description": "allow-localdata-write-recursive -> This allows full recusrive write access to the complete `$LOCALDATA` folder, files and subdirectories.", + "description": "allow-localdata-write-recursive -> This allows full recursive write access to the complete `$LOCALDATA` folder, files and subdirectories.", "type": "string", "enum": [ "allow-localdata-write-recursive" @@ -1373,7 +1373,7 @@ ] }, { - "description": "allow-log-write-recursive -> This allows full recusrive write access to the complete `$LOG` folder, files and subdirectories.", + "description": "allow-log-write-recursive -> This allows full recursive write access to the complete `$LOG` folder, files and subdirectories.", "type": "string", "enum": [ "allow-log-write-recursive" @@ -1436,7 +1436,7 @@ ] }, { - "description": "allow-picture-write-recursive -> This allows full recusrive write access to the complete `$PICTURE` folder, files and subdirectories.", + "description": "allow-picture-write-recursive -> This allows full recursive write access to the complete `$PICTURE` folder, files and subdirectories.", "type": "string", "enum": [ "allow-picture-write-recursive" @@ -1499,7 +1499,7 @@ ] }, { - "description": "allow-public-write-recursive -> This allows full recusrive write access to the complete `$PUBLIC` folder, files and subdirectories.", + "description": "allow-public-write-recursive -> This allows full recursive write access to the complete `$PUBLIC` folder, files and subdirectories.", "type": "string", "enum": [ "allow-public-write-recursive" @@ -1562,7 +1562,7 @@ ] }, { - "description": "allow-resource-write-recursive -> This allows full recusrive write access to the complete `$RESOURCE` folder, files and subdirectories.", + "description": "allow-resource-write-recursive -> This allows full recursive write access to the complete `$RESOURCE` folder, files and subdirectories.", "type": "string", "enum": [ "allow-resource-write-recursive" @@ -1625,7 +1625,7 @@ ] }, { - "description": "allow-runtime-write-recursive -> This allows full recusrive write access to the complete `$RUNTIME` folder, files and subdirectories.", + "description": "allow-runtime-write-recursive -> This allows full recursive write access to the complete `$RUNTIME` folder, files and subdirectories.", "type": "string", "enum": [ "allow-runtime-write-recursive" @@ -1688,7 +1688,7 @@ ] }, { - "description": "allow-temp-write-recursive -> This allows full recusrive write access to the complete `$TEMP` folder, files and subdirectories.", + "description": "allow-temp-write-recursive -> This allows full recursive write access to the complete `$TEMP` folder, files and subdirectories.", "type": "string", "enum": [ "allow-temp-write-recursive" @@ -1751,7 +1751,7 @@ ] }, { - "description": "allow-template-write-recursive -> This allows full recusrive write access to the complete `$TEMPLATE` folder, files and subdirectories.", + "description": "allow-template-write-recursive -> This allows full recursive write access to the complete `$TEMPLATE` folder, files and subdirectories.", "type": "string", "enum": [ "allow-template-write-recursive" @@ -1814,7 +1814,7 @@ ] }, { - "description": "allow-video-write-recursive -> This allows full recusrive write access to the complete `$VIDEO` folder, files and subdirectories.", + "description": "allow-video-write-recursive -> This allows full recursive write access to the complete `$VIDEO` folder, files and subdirectories.", "type": "string", "enum": [ "allow-video-write-recursive"