Skip to content

Commit fc3667d

Browse files
"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 <lucas@tauri.app>
1 parent f39d362 commit fc3667d

30 files changed

Lines changed: 176 additions & 176 deletions

examples/api/src-tauri/gen/schemas/desktop-schema.json

Lines changed: 50 additions & 50 deletions
Large diffs are not rendered by default.

examples/api/src-tauri/gen/schemas/mobile-schema.json

Lines changed: 50 additions & 50 deletions
Large diffs are not rendered by default.

plugins/fs/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ permissions = [
141141
142142
[[set]]
143143
identifier = "allow-{lower}-write-recursive"
144-
description = "This allows full recusrive write access to the complete `${upper}` folder, files and subdirectories."
144+
description = "This allows full recursive write access to the complete `${upper}` folder, files and subdirectories."
145145
permissions = [
146146
"write-all",
147147
"scope-{lower}-recursive"

plugins/fs/permissions/autogenerated/base-directories/app.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ permissions = [
3939

4040
[[set]]
4141
identifier = "allow-app-write-recursive"
42-
description = "This allows full recusrive write access to the complete `$APP` folder, files and subdirectories."
42+
description = "This allows full recursive write access to the complete `$APP` folder, files and subdirectories."
4343
permissions = [
4444
"write-all",
4545
"scope-app-recursive"

plugins/fs/permissions/autogenerated/base-directories/appcache.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ permissions = [
3939

4040
[[set]]
4141
identifier = "allow-appcache-write-recursive"
42-
description = "This allows full recusrive write access to the complete `$APPCACHE` folder, files and subdirectories."
42+
description = "This allows full recursive write access to the complete `$APPCACHE` folder, files and subdirectories."
4343
permissions = [
4444
"write-all",
4545
"scope-appcache-recursive"

plugins/fs/permissions/autogenerated/base-directories/appconfig.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ permissions = [
3939

4040
[[set]]
4141
identifier = "allow-appconfig-write-recursive"
42-
description = "This allows full recusrive write access to the complete `$APPCONFIG` folder, files and subdirectories."
42+
description = "This allows full recursive write access to the complete `$APPCONFIG` folder, files and subdirectories."
4343
permissions = [
4444
"write-all",
4545
"scope-appconfig-recursive"

plugins/fs/permissions/autogenerated/base-directories/appdata.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ permissions = [
3939

4040
[[set]]
4141
identifier = "allow-appdata-write-recursive"
42-
description = "This allows full recusrive write access to the complete `$APPDATA` folder, files and subdirectories."
42+
description = "This allows full recursive write access to the complete `$APPDATA` folder, files and subdirectories."
4343
permissions = [
4444
"write-all",
4545
"scope-appdata-recursive"

plugins/fs/permissions/autogenerated/base-directories/applocaldata.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ permissions = [
3939

4040
[[set]]
4141
identifier = "allow-applocaldata-write-recursive"
42-
description = "This allows full recusrive write access to the complete `$APPLOCALDATA` folder, files and subdirectories."
42+
description = "This allows full recursive write access to the complete `$APPLOCALDATA` folder, files and subdirectories."
4343
permissions = [
4444
"write-all",
4545
"scope-applocaldata-recursive"

plugins/fs/permissions/autogenerated/base-directories/applog.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ permissions = [
3939

4040
[[set]]
4141
identifier = "allow-applog-write-recursive"
42-
description = "This allows full recusrive write access to the complete `$APPLOG` folder, files and subdirectories."
42+
description = "This allows full recursive write access to the complete `$APPLOG` folder, files and subdirectories."
4343
permissions = [
4444
"write-all",
4545
"scope-applog-recursive"

plugins/fs/permissions/autogenerated/base-directories/audio.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ permissions = [
3939

4040
[[set]]
4141
identifier = "allow-audio-write-recursive"
42-
description = "This allows full recusrive write access to the complete `$AUDIO` folder, files and subdirectories."
42+
description = "This allows full recursive write access to the complete `$AUDIO` folder, files and subdirectories."
4343
permissions = [
4444
"write-all",
4545
"scope-audio-recursive"

0 commit comments

Comments
 (0)