2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-30 13:58:05 +00:00

Fix typo in sudoer file comment

This commit is contained in:
Célestin Matte
2024-09-28 18:58:07 +02:00
committed by Todd C. Miller
parent f6e1a87be8
commit 05b5de538b

View File

@@ -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. ## Use a hard-coded PATH instead of the user's to find commands.
## This also helps prevent poorly written scripts from running ## 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@" @secure_path_config@Defaults secure_path="@secure_path@"
## ##
## You may wish to keep some of the following environment variables ## You may wish to keep some of the following environment variables