From 05b5de538bb3314fb9404461b00a75c37c92c352 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9lestin=20Matte?= Date: Sat, 28 Sep 2024 18:58:07 +0200 Subject: [PATCH] Fix typo in sudoer file comment --- plugins/sudoers/sudoers.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/sudoers/sudoers.in b/plugins/sudoers/sudoers.in index 9e7621fdec..b5ed1f10fd 100644 --- a/plugins/sudoers/sudoers.in +++ b/plugins/sudoers/sudoers.in @@ -47,7 +47,7 @@ Defaults!@visudo@ env_keep += "SUDO_EDITOR EDITOR VISUAL" ## ## Use a hard-coded PATH instead of the user's to find commands. ## This also helps prevent poorly written scripts from running -## artbitrary commands under sudo. +## arbitrary commands under sudo. @secure_path_config@Defaults secure_path="@secure_path@" ## ## You may wish to keep some of the following environment variables