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