From c046ffe5fa117f1c63d65fd4b1ff8cbf005f4fb9 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 19:14:12 +0200 Subject: [PATCH] [PR #12350/3e239e58 backport][stable-12] snap: fix misspelling (#12353) 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 09c6eaf56c..a53942360f 100644 --- a/plugins/modules/snap.py +++ b/plugins/modules/snap.py @@ -78,7 +78,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)