From 43681361a72247cf74089c56fd0fc76312fa9178 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 19:14:15 +0200 Subject: [PATCH] [PR #12350/3e239e58 backport][stable-11] snap: fix misspelling (#12352) snap: fix misspelling (#12350) (cherry picked from commit 3e239e5853cf7e48ce5d7f8ea05dc24fc2a0f2f4) Co-authored-by: Shane Frasier --- plugins/modules/snap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)