mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-31 06:15:37 +00:00
Minor warning/error cleanup
This commit is contained in:
@@ -104,7 +104,7 @@ group_plugin_load(char *plugin_info)
|
||||
goto done;
|
||||
}
|
||||
if ((sb.st_mode & (S_IWGRP|S_IWOTH)) != 0) {
|
||||
warningx(_("%s must be only be writable by owner"), path);
|
||||
warningx(_("%s must only be writable by owner"), path);
|
||||
goto done;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user