Refer to user-ID and group-ID instead of "user ID" and "group ID"

This commit is contained in:
Todd C. Miller
2019-10-19 14:26:41 -06:00
parent 40bf4081be
commit c3ce3a84fb
23 changed files with 180 additions and 174 deletions

View File

@@ -215,7 +215,7 @@ exec_setup(struct command_details *details)
goto done;
}
#else
/* Cannot support real user ID that is different from effective user ID. */
/* Cannot support real user-ID that is different from effective user-ID. */
if (setuid(details->euid) != 0) {
sudo_warn(U_("unable to change to runas uid (%u, %u)"),
(unsigned int)details->euid, (unsigned int)details->euid);