2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 14:25:15 +00:00

Do not use "setup" as a verb; bug #614

This commit is contained in:
Todd C. Miller
2013-09-03 14:47:34 -06:00
parent 6b57ef4f6d
commit 6b0a909d9a
4 changed files with 65 additions and 65 deletions

View File

@@ -339,7 +339,7 @@ selinux_setup(const char *role, const char *type, const char *ttyn,
goto done;
if (relabel_tty(ttyn, ptyfd) < 0) {
warning(_("unable to setup tty context for %s"), se_state.new_context);
warning(_("unable to set tty context to %s"), se_state.new_context);
goto done;
}