1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-06-29 07:29:13 +00:00

[PR #12350/3e239e58 backport][stable-11] snap: fix misspelling (#12352)

snap: fix misspelling (#12350)

(cherry picked from commit 3e239e5853)

Co-authored-by: Shane Frasier <maverick@maverickdolphin.com>
This commit is contained in:
patchback[bot] 2026-06-25 19:14:15 +02:00 committed by GitHub
parent e243049478
commit 43681361a7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -84,7 +84,7 @@ options:
default: false
version_added: 7.2.0
notes:
- Privileged operations, such as installing and configuring snaps, require root priviledges. This is only the case if the
- Privileged operations, such as installing and configuring snaps, require root privileges. This is only the case if the
user has not logged in to the Snap Store.
author:
- Victor Carceler (@vcarceler) <vcarceler@iespuigcastellar.xeill.net>