From 3e239e5853cf7e48ce5d7f8ea05dc24fc2a0f2f4 Mon Sep 17 00:00:00 2001 From: Shane Frasier Date: Thu, 25 Jun 2026 12:33:09 -0400 Subject: [PATCH] snap: fix misspelling (#12350) --- 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 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)