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

snap: fix misspelling (#12350)

This commit is contained in:
Shane Frasier 2026-06-25 12:33:09 -04:00 committed by GitHub
parent 97538e6ad1
commit 3e239e5853
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -102,7 +102,7 @@ options:
type: int
version_added: 13.0.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>