diff --git a/plugins/modules/snap.py b/plugins/modules/snap.py index fd424e0dd9..9d815a3749 100644 --- a/plugins/modules/snap.py +++ b/plugins/modules/snap.py @@ -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)